1
0
Fork 0

chore(dev-docs): wording

This commit is contained in:
starfetch 2022-10-18 16:53:43 +02:00 committed by GitHub
parent bca0ec1fcc
commit 0e7c291603
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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