浏览代码

Fix docs in getLastTextLine util.

Maciej Gołaszewski 6 年之前
父节点
当前提交
97162322d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-typing/src/utils/getlasttextline.js

+ 1 - 1
packages/ckeditor5-typing/src/utils/getlasttextline.js

@@ -35,7 +35,7 @@ export default function getLastTextLine( range, model ) {
 }
 
 /**
- * A value returned from the {@link module:typing/utils/getttext~getLastTextLine}.
+ * A value returned from the {@link module:typing/utils/getlasttextline~getLastTextLine}.
  *
  * @typedef {Object} module:typing/utils/getlasttextline~LastTextLineData
  *