summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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