Explorar o código

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

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Marek Lewandowski %!s(int64=6) %!d(string=hai) anos
pai
achega
d5c403af9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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:
 	 *