summaryrefslogtreecommitdiff
path: root/docs/testing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/testing.md')
-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