diff options
author | Khushraj Rathod <khushraj.rathod@gmail.com> | 2020-11-02 23:03:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 18:33:13 +0100 |
commit | e3b096f6f69b4f4d8a4a57fc5da68c53c1cdc7ea (patch) | |
tree | 90a64892b27702280422e71cdb262e754d808699 | |
parent | ec3d0a18836bbba56bb377915f840a60377e9e1d (diff) |
docs: fix typo in std/fs README.md (#8104)
-rw-r--r-- | std/fs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/README.md b/std/fs/README.md index 57a15d781..c82fb1219 100644 --- a/std/fs/README.md +++ b/std/fs/README.md @@ -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 |