1
0
Fork 0

fixes typos in cutlist documentation

This commit is contained in:
Zee 2023-04-12 14:47:59 +00:00
parent 121992d204
commit 8268b09fe3
2 changed files with 2 additions and 2 deletions

View file

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