From 44cd0b1ef6d302993288f872cdd0816a581d2d0b Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Wed, 19 May 2021 15:33:01 +0800 Subject: [PATCH] docs(cli/dts): fix typo in `TestDefinition.only` description (#10697) --- cli/dts/lib.deno.ns.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index ddbb890b7e..e3a59ac78f 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -98,7 +98,7 @@ declare namespace Deno { fn: () => void | Promise; name: string; ignore?: boolean; - /** If at lease one test has `only` set to true, only run tests that have + /** If at least one test has `only` set to true, only run tests that have * `only` set to true and fail the test suite. */ only?: boolean; /** Check that the number of async completed ops after the test is the same