fix(markdown): Typos in pattern design tutorial
This commit is contained in:
parent
a11058fe1d
commit
e9c75f11e4
13 changed files with 18 additions and 20 deletions
|
@ -21,7 +21,7 @@ So let's add it as a required measurement.
|
|||
In our `src/bib.mjs` file, we will add a `measurements` property to the `bib` object.
|
||||
This property will be an Array (a list) holding all required measurements for this part.
|
||||
|
||||
I am usign [*the official name* of the measurement](/reference/measurements) here. For head
|
||||
I am using [*the official name* of the measurement](/reference/measurements) here. For head
|
||||
circumference, that name is `head`.
|
||||
|
||||
```src/bib.mjs
|
||||
|
|
|
@ -49,7 +49,7 @@ Can you guess what it means?
|
|||
|
||||
- We've added the `options` property to our `bib` object
|
||||
- On the `options` property, we have added `neckRatio` which holds the configuration for our option
|
||||
- It is a `pct` option -- whcih means it's a percentage
|
||||
- It is a `pct` option -- which means it's a percentage
|
||||
- Its default value is 90%
|
||||
- Its minimum value is 70%
|
||||
- Its maximum value is 90%
|
||||
|
|
|
@ -12,7 +12,7 @@ including some more advanced things like rotating a bunch of them out of the
|
|||
way.
|
||||
|
||||
You've also learned how to draw paths, which are the lines and curves that make up our pattern.
|
||||
And we've used macros which can help us with repetetive tasks.
|
||||
And we've used macros which can help us with repetitive tasks.
|
||||
|
||||
What we've gotten so far is a perfectly suitable sewing pattern. You can print this,
|
||||
and make a nice bib out of it.
|
||||
|
|
|
@ -88,7 +88,7 @@ Here's a brief summary of the things we've added above:
|
|||
- `points`: A container object to hold the part's points
|
||||
- `paths`: A container object to hold the part's paths
|
||||
|
||||
<Tip compact>Remember: Constructures start with a **C**apital letter</Tip>
|
||||
<Tip compact>Remember: Constructors start with a **C**apital letter</Tip>
|
||||
|
||||
Long story short: These will make it possible for us to draw points and paths easily.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue