瀏覽代碼

Merge pull request #19141 from LucianoInfanti/patch-1

Minor correction to the FontLoader documentation
Mr.doob 5 年之前
父節點
當前提交
0434324f4d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/en/loaders/FontLoader.html

+ 1 - 1
docs/api/en/loaders/FontLoader.html

@@ -14,7 +14,7 @@
 
 		<p class="desc">
 		Class for loading a font in JSON format. Returns a [page:Font Font], which is an
-		array of [page:Shape Shape]s representing the font.
+		array of [page:Shape Shapes] representing the font.
 		This uses the [page:FileLoader] internally for loading files. <br /><br />
 
 		You can convert fonts online using [link:https://gero3.github.io/facetype.js/ facetype.js]