1
0
Fork 0
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:
Khushraj Rathod 2020-11-02 23:03:13 +05:30 committed by GitHub
parent ec3d0a1883
commit e3b096f6f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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