1
0
Fork 0

fix(markdown): Typos in pattern design tutorial

This commit is contained in:
Benjamin Fan 2024-01-16 20:04:00 -08:00
parent a11058fe1d
commit e9c75f11e4
13 changed files with 18 additions and 20 deletions

View file

@ -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.