浏览代码

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

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Marek Lewandowski 6 年之前
父节点
当前提交
4982d08256
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-ui/src/notification/notification.js

+ 1 - 1
packages/ckeditor5-ui/src/notification/notification.js

@@ -107,7 +107,7 @@ export default class Notification extends Plugin {
 	 * Shows a warning notification.
 	 *
 	 * By default, it fires the {@link #show:warning `show:warning`} event with the given `data`. The event namespace can be extended
-	 * using `data.namespace` option e.g.
+	 * using the `data.namespace` option. For example:
 	 *
 	 * 		showWarning( 'Image upload error.', {
 	 * 			namespace: 'upload:image'