浏览代码

Docs: Minor API docs fix. [skip ci]

Piotrek Koszuliński 8 年之前
父节点
当前提交
c269232e59
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-utils/src/translation-service.js

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

@@ -11,7 +11,7 @@ let dictionaries = {};
 
 /**
  * Adds package translations to existing ones.
- * These translations will later be available for {@link module:utils/translations-service~translate translate}.
+ * These translations will later be available for {@link module:utils/translation-service~translate translate}.
  *
  *		add( 'pl', {
  *			'OK': 'OK',
@@ -28,7 +28,7 @@ export function add( lang, translations ) {
 }
 
 /**
- * Translates string if the translation of the string was previously {@link module:utils/translations-service~add added}
+ * Translates string if the translation of the string was previously {@link module:utils/translation-service~add added}
  * to the dictionary. This happens in a multi-language mode were translation modules are created by the bundler.
  *
  * When no translation is defined in the dictionary or the dictionary doesn't exist this function returns