summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatya Rohith <gsatyarohith@gmail.com>2019-01-04 15:40:57 +0530
committerRyan Dahl <ry@tinyclouds.org>2019-01-04 05:10:57 -0500
commited80bcb02a1ca92ca603e5986e83b6ebe030f22e (patch)
treeea6fa3e96161f5115f5718503b2ac51101135f9d
parentf918e3faac851eedaa12b785597debb20117cc81 (diff)
docs(readme): fix small typo (denoland/deno_std#82)
Original: https://github.com/denoland/deno_std/commit/e504e545249c12b64b0e7e0ffe0706170a884b70
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fce2c870f..3a2788333 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ Most files in `deno_std` should have the following copyright header:
```
If the code originates elsewhere, ensure that the file has the proper copyright
-headers. We only allows MIT, BSD, and Apache licensed code in `deno_std`.
+headers. We only allow MIT, BSD, and Apache licensed code in `deno_std`.
### Top level functions should not use arrow syntax