1
0
Fork 0

fix(docs): Correct small typos

This commit is contained in:
Benjamin F 2022-12-14 12:52:37 -08:00
parent 265833d419
commit fea16617d4
31 changed files with 36 additions and 36 deletions

View file

@ -13,7 +13,7 @@ Path path.reverse(bool cloneAttributes=false)
If you pass a truthy value to this method, it will return a deep clone of the
path, including its attributes. By default, it will return a shallow
copy, whithout the attributes.
copy, without the attributes.
## Example