8
0
Просмотр исходного кода

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

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Marek Lewandowski 6 лет назад
Родитель
Сommit
a652fd35c9
1 измененных файлов с 1 добавлено и 1 удалено
  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'