summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Denenberg <dannydenenberg@gmail.com>2020-08-24 11:36:56 -0500
committerGitHub <noreply@github.com>2020-08-24 12:36:56 -0400
commit2df4a29f498bf2c0123a75e455fe9c714917fed1 (patch)
tree33af17978ab95e40b3263292d5e49f3ca0ffc586
parentdcc73480900ff7d105adc82c3daf262171505a82 (diff)
Typo (#7177)
-rw-r--r--docs/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.md b/docs/testing.md
index 14c539cea..bb2790670 100644
--- a/docs/testing.md
+++ b/docs/testing.md
@@ -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