Explorar el Código

Docs: Fixed wording. [skip ci]

Piotrek Koszuliński hace 8 años
padre
commit
eaa9598c0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-heading/docs/headings.md

+ 1 - 1
packages/ckeditor5-heading/docs/headings.md

@@ -19,7 +19,7 @@ By default this feature is configured to support `<h2>`, `<h3>` and `<h4>` eleme
 
 ### Configuring heading levels
 
-It is possible, of course, to configure which heading levels the editor should support and how should they be named in the Headings dropdown. Use the {@link module:heading/heading~HeadingConfig#options `heading.options`} config option to do so.
+It is, of course, possible to configure which heading levels the editor should support and how they should be named in the Headings dropdown. Use the {@link module:heading/heading~HeadingConfig#options `heading.options`} config option to do so.
 
 The following editor will support only two levels of headings – `<h1>` and `<h2>`: