瀏覽代碼

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

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Marek Lewandowski 6 年之前
父節點
當前提交
e356102b51
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.