diff --git a/markdown/dev/howtos/code/hide-paths/en.md b/markdown/dev/howtos/code/hide-paths/en.md index 4a8fe9ca791..677d6565a84 100644 --- a/markdown/dev/howtos/code/hide-paths/en.md +++ b/markdown/dev/howtos/code/hide-paths/en.md @@ -2,7 +2,7 @@ title: Hide or remove paths from an inherited part --- -To hide remove paths from an inherited part, iterate over the `paths` object +To hide paths from an inherited part, iterate over the `paths` object and call `Path.hide()` on all entries: ```mjs