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

@@ -138,7 +138,7 @@ export default class Notification extends Plugin {
 	 * 		} );
 	 *
 	 * 		notifications.on( 'show:warning', ( evt, data ) => {
-	 * 			// Log warning to some error tracker.
+	 * 			// Log the warning to some error tracker.
 	 *
 	 * 			// Stop this event to prevent displaying it as an alert.
 	 * 			evt.stop();