diff --git a/markdown/dev/reference/api/part/en.md b/markdown/dev/reference/api/part/en.md index 92d6e43c7ab..1d7fbb3f69a 100644 --- a/markdown/dev/reference/api/part/en.md +++ b/markdown/dev/reference/api/part/en.md @@ -13,7 +13,7 @@ A Part object comes with the following properties: - `attributes` : An [Attributes](/reference/api/attributes) instance holding the part's attributes -- `hidden` : When this is `true` the part will be hidden (excluded it from the +- `hidden` : When this is `true` the part will be hidden (excluding it from the output). See [Part.hide()](/reference/api/part/hide), [Part.unhide()](/reference/api/part/unhide), and [Part.setHidden()](/reference/api/part/sethidden) for various methods that diff --git a/markdown/dev/reference/api/path/en.md b/markdown/dev/reference/api/path/en.md index 97a9a8a9f75..e2163d3919b 100644 --- a/markdown/dev/reference/api/path/en.md +++ b/markdown/dev/reference/api/path/en.md @@ -18,7 +18,7 @@ A Path object comes with the following properties: - `attributes` : An [Attributes](/reference/api/attributes) instance holding the path's attributes -- `hidden` : When this is `true` the path will be hidden (excluded it from the +- `hidden` : When this is `true` the path will be hidden (excluding it from the output). See [Path.hide()](/reference/api/path/hide), [Path.unhide()](/reference/api/path/unhide), and [Path.setHidden()](/reference/api/path/sethidden) for various methods that