Browse Source

Docs: More lang corrections for Notification#showWarning().

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Marek Lewandowski 6 years ago
parent
commit
d5c403af9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-ui/src/notification/notification.js

+ 1 - 1
packages/ckeditor5-ui/src/notification/notification.js

@@ -113,7 +113,7 @@ export default class Notification extends Plugin {
 	 * 			namespace: 'upload:image'
 	 * 		} );
 	 *
-	 * will fire `show:warning:upload:image` event.
+	 * will fire the `show:warning:upload:image` event.
 	 *
 	 * The title of the notification can be provided:
 	 *