fix(docs): Part measurements fix
This commit is contained in:
parent
3a15f7a730
commit
13c18c5b7b
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ measurements respectively.
|
||||||
|
|
||||||
## measurements
|
## measurements
|
||||||
|
|
||||||
The `measurements` property should hold the (named of the) measurements
|
The `measurements` property should hold the names of the measurements
|
||||||
that are required to draft the current part.
|
that are required to draft the current part.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
@ -23,7 +23,7 @@ const part = {
|
||||||
|
|
||||||
## optionalMeasurements
|
## optionalMeasurements
|
||||||
|
|
||||||
The `optionalMeasurements` property should hold the (named of the) measurements
|
The `optionalMeasurements` property should hold the names of the measurements
|
||||||
that are optional to draft the current part.
|
that are optional to draft the current part.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue