Update freesewing/markdown/dev/reference/api/part/config/dependencies/en.md
Missing 'r' in 'From:'
This commit is contained in:
parent
758cd6956b
commit
e22b97c18a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ import { exampleBack } from './back.mjs'
|
||||||
|
|
||||||
const part = {
|
const part = {
|
||||||
name: 'example.front',
|
name: 'example.front',
|
||||||
fom: exampleBack,
|
from: exampleBack,
|
||||||
draft: ({ part }) => part
|
draft: ({ part }) => part
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue