diff options
author | Edward Elric <SASUKE688848@gmail.com> | 2020-05-11 21:13:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 15:13:06 +0200 |
commit | b2da8f3d4e8e93d2a593f93963bc8e15d95c54d2 (patch) | |
tree | bc77dc73bbc545f58d44229399ea1c62a8e63677 | |
parent | d16c7394cb052928d1ff9ae63cbb13811f264727 (diff) |
doc: fix typo in std/node/README.md (#4819)
-rw-r--r-- | std/node/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/README.md b/std/node/README.md index 8d5dc5567..53168e6c2 100644 --- a/std/node/README.md +++ b/std/node/README.md @@ -4,7 +4,7 @@ This module is meant to have a compatibility layer for the [NodeJS standard library](https://nodejs.org/docs/latest-v12.x/api/). **Warning**: Any function of this module should not be referred anywhere in the -deno standard library as it's a compatiblity module. +deno standard library as it's a compatibility module. ## Supported Builtins |