浏览代码

Misspelling.

dkonopka 6 年之前
父节点
当前提交
512587b74e
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/builds/guides/frameworks/css.md

+ 1 - 2
docs/builds/guides/frameworks/css.md

@@ -82,7 +82,7 @@ If you want to use CKEditor 5 with [Materialize.css](https://materializecss.com/
 
 * Configure the base `z-index` of the floating editor UI so it is displayed over the Materialize modals.
 * Bring back the default `.ck-input` class appearance (because Materialize overrides it with a higher specificity).
-* Bring back the default `<ul>` and `<li>` appearance (because Materialize ovverides it).
+* Bring back the default `<ul>` and `<li>` appearance (because Materialize overrides it).
 * Configure modals so they stop "stealing" the focus from the rich-text editor input fields.
 
 Use the following CSS to address the issues with the `z-index` and selector specificity:
@@ -130,7 +130,6 @@ Use the following CSS to address the issues with the `z-index` and selector spec
  *
  * See: https://github.com/Dogfalo/materialize/blob/v1-dev/sass/components/_global.scss#L28-L37
  */
-
 .ck.ck-content ul,
 .ck.ck-content ul li{
   list-style-type: inherit;