瀏覽代碼

Docs: Code style. [skip ci]

Piotrek Koszuliński 7 年之前
父節點
當前提交
dbf1e4aac9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-utils/src/translation-service.js

+ 2 - 2
packages/ckeditor5-utils/src/translation-service.js

@@ -23,8 +23,8 @@ let dictionaries = {};
  * That function is accessible globally via `window.CKEDITOR_TRANSLATIONS.add()`. So it's possible to add translation from
  * the other script, just after that one.
  *
- * 		<script src="./path/to/ckeditor.js"></script>
- * 		<script src="./path/to/translations/en.js"></script>
+ *		<script src="./path/to/ckeditor.js"></script>
+ *		<script src="./path/to/translations/en.js"></script>
  *
  * @param {String} lang Target language.
  * @param {Object.<String, String>} translations Translations which will be added to the dictionary.