1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

docs: fix misspelling (#10683)

This commit is contained in:
Raika Toriyama 2021-05-19 13:22:04 +09:00 committed by GitHub
parent 5127bb0d89
commit beda3b028c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.