fix(markdown): Typo in Path.combine() doc
This commit is contained in:
parent
dd4833598b
commit
85c858d824
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
title: Path.combine()
|
||||
---
|
||||
|
||||
The `Path.combines()` method combines this path with one or more other paths
|
||||
The `Path.combine()` method combines this path with one or more other paths
|
||||
into a single Path instance.
|
||||
|
||||
Any gaps in the path (caused by move operations) will be left as-is, rather
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue