fix(docs): Correct small typos
This commit is contained in:
parent
265833d419
commit
fea16617d4
31 changed files with 36 additions and 36 deletions
|
@ -2,7 +2,7 @@
|
|||
title: Design
|
||||
---
|
||||
|
||||
The `Design` named export in FreeSewing's core library is a contructor that
|
||||
The `Design` named export in FreeSewing's core library is a constructor that
|
||||
creates new pattern designs.
|
||||
|
||||
## Signature
|
||||
|
@ -39,7 +39,7 @@ const Sorcha = new Design({
|
|||
|
||||
<Tip>A Design in FreeSewing is little more than a container for various Parts</Tip>
|
||||
|
||||
Optionally, you can also pass it a `data` attrbute
|
||||
Optionally, you can also pass it a `data` attribute
|
||||
to hold any custom data you'd like to add to your Design.
|
||||
|
||||
Any `data` you add to the Design constructor will be added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue