1
0
Fork 0

fix(markdown): Typo in Part and Path docs

This commit is contained in:
Benjamin Fan 2024-02-11 06:07:51 -08:00
parent dd4833598b
commit fb03e18ed9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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