diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-05-19 15:33:01 +0800 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 16:37:29 +0200 |
commit | 44cd0b1ef6d302993288f872cdd0816a581d2d0b (patch) | |
tree | df1d296306c265808ade948f98a98a4d4f2af6e0 /cli/dts/lib.deno.ns.d.ts | |
parent | 127d938c84935cdb6783f49fec334807e53328f3 (diff) |
docs(cli/dts): fix typo in `TestDefinition.only` description (#10697)
Diffstat (limited to 'cli/dts/lib.deno.ns.d.ts')
-rw-r--r-- | cli/dts/lib.deno.ns.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index ddbb890b7..e3a59ac78 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<void>; 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 |