From ae8af59fe85b1f90fd36bc68a7821954094563ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20R=C3=BCegg?= Date: Mon, 16 Apr 2018 05:27:58 +0200 Subject: [PATCH] Fix typo in blogpost (#8092) --- blog/_posts/2018-04-10-container-storage-interface-beta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_posts/2018-04-10-container-storage-interface-beta.md b/blog/_posts/2018-04-10-container-storage-interface-beta.md index 39e9dfdd3d..1606ea847a 100644 --- a/blog/_posts/2018-04-10-container-storage-interface-beta.md +++ b/blog/_posts/2018-04-10-container-storage-interface-beta.md @@ -167,7 +167,7 @@ Storage vendors can build Kubernetes deployments for their plugins using these c ## Where can I find CSI drivers? -CSI drivers are developed and maintained by third parties. You can a non-definitive list of some [sample and production CSI drivers] (https://kubernetes-csi.github.io/docs/Drivers.html). +CSI drivers are developed and maintained by third parties. You can find a non-definitive list of some [sample and production CSI drivers](https://kubernetes-csi.github.io/docs/Drivers.html). ## What about FlexVolumes?