Explorar o código

Merge pull request #66 from ckeditor/typo-fix

Docs: Fix typo in example code in the feature guide.
Piotrek Koszuliński %!s(int64=6) %!d(string=hai) anos
pai
achega
4c2f285436
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-mention/docs/features/mentions.md

+ 1 - 1
packages/ckeditor5-mention/docs/features/mentions.md

@@ -39,7 +39,7 @@ ClassicEditor
 					feed: [ '@Barney', '@Lily', '@Marshall', '@Robin', '@Ted' ],
 					minimumCharacters: 1
 				}
-			}
+			]
 		}
 	} )
 	.then( ... )