瀏覽代碼

Docs: Fixed wrong module link.

Kamil Piechaczek 5 年之前
父節點
當前提交
64764e3fcf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-font/docs/features/font.md

+ 1 - 1
packages/ckeditor5-font/docs/features/font.md

@@ -171,7 +171,7 @@ ClassicEditor
 
 ### Prevent removing non-specified values
 
-By default, all `font-size` values that are not specified in the `config.fontSize.options` are stripped. You can enable support for all font sizes by using the {@link module:font/fontfamily~FontSizeConfig#supportAllValues `config.fontSize.supportAllValues`} option.
+By default, all `font-size` values that are not specified in the `config.fontSize.options` are stripped. You can enable support for all font sizes by using the {@link module:font/fontfamily~FontFamilyConfig#supportAllValues `config.fontSize.supportAllValues`} option.
 
 
 ```js