Przeglądaj źródła

Docs: The button is called "special characters" (note s) so the docs should be aligned with that.

Marek Lewandowski 6 lat temu
rodzic
commit
26b10eaf8b

+ 3 - 3
packages/ckeditor5-special-characters/docs/features/special-characters.md

@@ -43,7 +43,7 @@ ClassicEditor
 	.catch( ... );
 	.catch( ... );
 ```
 ```
 
 
-After adding the above plugin into the editor, the new special characters category will be available in the dropdown.
+After adding the above plugin into the editor, the new category will be available in the special characters dropdown.
 
 
 <info-box>
 <info-box>
 	A title of a special character must be unique across the entire special characters set.
 	A title of a special character must be unique across the entire special characters set.
@@ -51,7 +51,7 @@ After adding the above plugin into the editor, the new special characters catego
 
 
 #### Adding special characters category demo
 #### Adding special characters category demo
 
 
-Use the special character icon in the editor's toolbar then select "Emoji" in the select dropdown in order to insert a emoji into the editor.
+Use the special characters icon in the editor's toolbar then select "Emoji" in the select dropdown in order to insert a emoji into the editor.
 
 
 {@snippet features/special-characters-new-category}
 {@snippet features/special-characters-new-category}
 
 
@@ -84,7 +84,7 @@ ClassicEditor
 
 
 #### Extending an existing special characters category demo
 #### Extending an existing special characters category demo
 
 
-Use the special character icon in the editor's toolbar then select "Arrows" in the select dropdown. You'll see that it contains more arrows than the other instances.
+Use the special characters icon in the editor's toolbar then select "Arrows" in the select dropdown. You'll see that it contains more arrows than the other instances.
 
 
 {@snippet features/special-characters-extended-category}
 {@snippet features/special-characters-extended-category}