Browse Source

Fix example code in mentions documentation.

Maciej Gołaszewski 6 years ago
parent
commit
f694da566e
1 changed files with 1 additions and 1 deletions
  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( ... )