Sfoglia il codice sorgente

Move ')' to the proper place.

Piotr Jasiun 6 anni fa
parent
commit
feb84b61d7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-ui/src/toolbar/toolbarview.js

+ 1 - 1
packages/ckeditor5-ui/src/toolbar/toolbarview.js

@@ -183,7 +183,7 @@ export default class ToolbarView extends View {
 				 * @param {String} name The name of the component.
 				 * @param {String} name The name of the component.
 				 */
 				 */
 				console.warn( attachLinkToDocumentation(
 				console.warn( attachLinkToDocumentation(
-					'toolbarview-item-unavailable: The requested toolbar item is unavailable.', { name } ) );
+					'toolbarview-item-unavailable: The requested toolbar item is unavailable.' ), { name } );
 			}
 			}
 		} );
 		} );
 	}
 	}