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

@@ -122,7 +122,7 @@ export default class Notification extends Plugin {
 	 *		} );
 	 *
 	 * Note that each unhandled and not stopped `warning` notification will be displayed as a system alert.
-	 * Plugin responsible for displaying warnings should `stop()` the event to prevent displaying it as an alert:
+	 * The plugin responsible for displaying warnings should `stop()` the event to prevent displaying it as an alert:
 	 *
 	 * 		notifications.on( 'show:warning', ( evt, data ) => {
 	 * 			// Do something with data.