fix(markdown): Typo in Part and Path docs
This commit is contained in:
parent
dd4833598b
commit
fb03e18ed9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue