Преглед изворни кода

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

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Marek Lewandowski пре 6 година
родитељ
комит
d5c403af9a
1 измењених фајлова са 1 додато и 1 уклоњено
  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:
 	 *