Przeglądaj źródła

Docs: Fixed wrong module link.

Kamil Piechaczek 5 lat temu
rodzic
commit
64764e3fcf
1 zmienionych plików z 1 dodań i 1 usunięć
  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