We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422a794 commit c13cdf1Copy full SHA for c13cdf1
content/static/tutorials/transform2d/index.html
@@ -118,7 +118,7 @@ <h3>What’s the Advantage?</h3>
118
is a lot more trouble than just adding to coordinates. For a simple example
119
like the rectangle, you are correct. But let’s take an example of
120
where <code>translate()</code> can make life easier. Here is some
121
-code that draws a row of houses. It uses a loop that calls
+code that draws a row of houses. It uses a loop that calls a
122
function named <code>house()</code>, which takes
123
the <i>x</i> and <i>y</i> location of the
124
house’s upper-left corner as its parameters.</p>
0 commit comments