mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -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
|
## 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`.
|
<b>unstable</b>. To enable it use `deno run --unstable`.
|
||||||
|
|
||||||
### emptyDir
|
### emptyDir
|
||||||
|
|
Loading…
Add table
Reference in a new issue