From 4a7c2643c097a593514cc7dc2d0db42534a782ed Mon Sep 17 00:00:00 2001 From: Birame Sene Date: Thu, 2 Jan 2025 22:18:33 +0100 Subject: [PATCH] fix: typo --- TypeScript-deno/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TypeScript-deno/README.md b/TypeScript-deno/README.md index c1f40c43..7f7f34c9 100644 --- a/TypeScript-deno/README.md +++ b/TypeScript-deno/README.md @@ -19,7 +19,7 @@ deno test To run all tests in watch mode ```sh -deo test --watch +deno test --watch ``` ## Run the TextTest fixture from the Command-Line