mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
docs: fix typo in std/fs README.md (#8104)
This commit is contained in:
parent
ec3d0a1883
commit
e3b096f6f6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ fs module is made to provide helpers to manipulate the filesystem.
|
|||
|
||||
## Usage
|
||||
|
||||
Most the following modules are exposed in `mod.ts` This feature is currently
|
||||
Most of the following modules are exposed in `mod.ts`. This feature is currently
|
||||
<b>unstable</b>. To enable it use `deno run --unstable`.
|
||||
|
||||
### emptyDir
|
||||
|
|
Loading…
Reference in a new issue