X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=sources%2Fcore%2Fckeditor.js;h=95dd67ac0c74d715b18455cfb9e73b448368c02b;hb=refs%2Ftags%2F4.7.3;hp=2b3e5cdd1759daf0ef199cb4db802f8294f78c09;hpb=3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5;p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git diff --git a/sources/core/ckeditor.js b/sources/core/ckeditor.js index 2b3e5cd..95dd67a 100644 --- a/sources/core/ckeditor.js +++ b/sources/core/ckeditor.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -126,7 +126,7 @@ CKEDITOR.remove = function( editor ) { }; /** - * Returns a string will all CSS rules passed to the {@link CKEDITOR#addCss} method. + * Returns a string with all CSS rules passed to the {@link CKEDITOR#addCss} method. * * @returns {String} A string containing CSS rules. */