Selaa lähdekoodia

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

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Marek Lewandowski 6 vuotta sitten
vanhempi
commit
076108b634
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/ckeditor5-ui/src/notification/notification.js

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

@@ -106,7 +106,7 @@ export default class Notification extends Plugin {
 	/**
 	 * Shows a warning notification.
 	 *
-	 * By default it fires the {@link #show:warning `show:warning`} event with a given `data` but event namespace can be extended
+	 * 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.
 	 *
 	 * 		showWarning( 'Image upload error.', {