fixes typos in cutlist documentation
This commit is contained in:
parent
121992d204
commit
8268b09fe3
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ const part = {
|
|||
draft: ({part, store}) => {
|
||||
// add instructions to cut two from main fabric
|
||||
store.cutlist.addCut()
|
||||
// add instructions to cut four on the biad from lining
|
||||
// add instructions to cut four on the bias from lining
|
||||
store.cutlist.addCut({cut: 4, material: 'lining', bias: true, })
|
||||
return part
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue