Pārlūkot izejas kodu

Merge pull request #19141 from LucianoInfanti/patch-1

Minor correction to the FontLoader documentation
Mr.doob 5 gadi atpakaļ
vecāks
revīzija
0434324f4d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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]