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
a652fd35c9
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

@@ -115,7 +115,7 @@ export default class Notification extends Plugin {
 	 *
 	 * will fire the `show:warning:upload:image` event.
 	 *
-	 * The title of the notification can be provided:
+	 * You can provide the title of the notification:
 	 *
 	 *		showWarning( 'Image upload error.', {
 	 *			title: 'Upload failed'