From 543da558a5ede062edd783dabb6e43ffcdd4e2ba Mon Sep 17 00:00:00 2001 From: Thomas Verleye Date: Thu, 2 Apr 2020 18:58:57 +0200 Subject: [PATCH] Fix typo in docs of the info-block css --- examples/info-block/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/info-block/index.css b/examples/info-block/index.css index 3a8b3a7..cb978e4 100644 --- a/examples/info-block/index.css +++ b/examples/info-block/index.css @@ -1,6 +1,6 @@ /** * Each block is automatically wrapped in a div - * with a generated class name that follos the scheme + * with a generated class name that follows the scheme * `k-editor-$type-block` You can use this to scope * all your css within a block */