From 13c18c5b7ba093ca031073ccc6cba9fd1aa6f283 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Wed, 7 Dec 2022 14:20:07 -0800 Subject: [PATCH] fix(docs): Part measurements fix --- markdown/dev/reference/api/part/config/measurements/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/dev/reference/api/part/config/measurements/en.md b/markdown/dev/reference/api/part/config/measurements/en.md index cf372d90d5a..3fbbf6aba7d 100644 --- a/markdown/dev/reference/api/part/config/measurements/en.md +++ b/markdown/dev/reference/api/part/config/measurements/en.md @@ -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