Pārlūkot izejas kodu

Merge pull request #13891 from mghini/patch-4

Update ShapePath.html
Mr.doob 7 gadi atpakaļ
vecāks
revīzija
8511a3e0c1
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      docs/api/extras/core/ShapePath.html

+ 2 - 2
docs/api/extras/core/ShapePath.html

@@ -13,7 +13,7 @@
 		<h1>[name]</h1>
 
 		<p class="desc">
-		This is class is used to convert a series of shapes to an array of [page:Path]s, for example an SVG shape to a
+		This class is used to convert a series of shapes to an array of [page:Path]s, for example an SVG shape to a
 		path (see the example below). It is used internally by [page:Font] to convert a font in JSON format to a
 		series of paths.
 		</p>
@@ -78,7 +78,7 @@
 		</p>
 		<p>
 		Converts the [page:ShapePath.subPaths subPaths] array into an array of Shapes. By default solid shapes are defined clockwise (CW) and holes are defined counterclockwise (CCW). If isCCW is set to true,
-		then those are flipped. If the paramater noHoles is set to true then all paths are set as solid shapes and isCCW is ignored.
+		then those are flipped. If the parameter noHoles is set to true then all paths are set as solid shapes and isCCW is ignored.
 		<br/>
 
 		</p>