This commit is contained in:
Danny Denenberg 2020-08-24 11:36:56 -05:00 committed by GitHub
parent dcc7348090
commit 2df4a29f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ current directory (recursively) that match the glob
files in the directory that match this glob will be run.
```shell
# Run all tests in the current directly and all sub-directories
# Run all tests in the current directory and all sub-directories
deno test
# Run all tests in the util directory