docs: fix typo in fs README.md (denoland/deno#8104)

This commit is contained in:
Khushraj Rathod 2020-11-02 23:03:13 +05:30 committed by denobot
parent a15b64d651
commit 9cecf197fe

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