1
0
Fork 0

Update freesewing/markdown/dev/reference/api/part/config/dependencies/en.md

Missing 'r' in 'From:'
This commit is contained in:
Wouter van Wageningen 2024-01-05 13:19:16 -08:00 committed by GitHub
parent 758cd6956b
commit e22b97c18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ import { exampleBack } from './back.mjs'
const part = {
name: 'example.front',
fom: exampleBack,
from: exampleBack,
draft: ({ part }) => part
}
```