1
0
Fork 0

fix(markdown) Fix typos

This commit is contained in:
Benjamin Fan 2024-01-21 11:16:40 -08:00
parent 78925133f4
commit 4d404dd3cc
57 changed files with 76 additions and 78 deletions

View file

@ -19,13 +19,13 @@ Array generateStackTransform(
## Parameters
The first and second paramter set the value of the *translate transform* along the X and Y axis in millimeter.
The first and second parameters set the value of the *translate transform* along the X and Y axis in millimeter.
In other words, it moves the stack.
The third parameter sets the *rotate transform* in degrees.
In other words, it rotates the stack.
The fourth and fifth parameter flip the part along the X or Y axis respectively.
The fourth and fifth parameters flip the part along the X or Y axis respectively.
<Note compact>
This is a low-level method to facilitate intervening in the pattern layout late in the draft process.