diff options
author | Raika Toriyama <pvcresin@users.noreply.github.com> | 2021-05-19 13:22:04 +0900 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 16:37:29 +0200 |
commit | 127d938c84935cdb6783f49fec334807e53328f3 (patch) | |
tree | c25012039d14c21c9901e54fdf9dce710be63874 | |
parent | 4fedc702c60c4d0358354312e19eadef4d97e922 (diff) |
docs: fix misspelling (#10683)
-rw-r--r-- | docs/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.md b/docs/testing.md index 085e2d093..d47ea356a 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -270,6 +270,6 @@ By default, `deno coverage` will exclude any files matching the regular expression `test\.(js|mjs|ts|jsx|tsx)` and only consider including files matching the regular expression `^file:`. -These filters can be overriden using the `--exclude` and `--include` flags. A +These filters can be overridden using the `--exclude` and `--include` flags. A source file's url must match both regular expressions for it to be a part of the report. |