1
0
Fork 0

Merge pull request #3168 from BenJamesBen/measurements-docs-fix

fix(docs): Part measurements fix
This commit is contained in:
Joost De Cock 2022-12-09 08:12:11 +01:00 committed by GitHub
commit 630908519c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ measurements respectively.
## 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.
```js
@ -23,7 +23,7 @@ const part = {
## 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.
```js