From 2df4a29f498bf2c0123a75e455fe9c714917fed1 Mon Sep 17 00:00:00 2001 From: Danny Denenberg Date: Mon, 24 Aug 2020 11:36:56 -0500 Subject: Typo (#7177) --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/testing.md') 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 -- cgit v1.2.3