From beda3b028cbab14806401c5abbcc42abe0f0ecea Mon Sep 17 00:00:00 2001 From: Raika Toriyama Date: Wed, 19 May 2021 13:22:04 +0900 Subject: [PATCH] docs: fix misspelling (#10683) --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 085e2d093d..d47ea356af 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.