diff options
author | Dezső Mészáros <meszarosdezsodev@gmail.com> | 2021-01-28 10:10:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 18:10:16 +0900 |
commit | 591ed6b3ad786b756e66c2f64f365c76b4ccd617 (patch) | |
tree | d3463355f92d585e6087c065e3b859dfadf82da0 /tools | |
parent | f858b653be7529ed7ae4dceff6af640a6d4c3722 (diff) |
fix(tools): fix typo in wpt cli output (#9303)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/wpt.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wpt.ts b/tools/wpt.ts index 3aa5666f0..0167bda06 100755 --- a/tools/wpt.ts +++ b/tools/wpt.ts @@ -59,7 +59,7 @@ switch (command) { console.log(`Possible commands: setup - Validate that your environment is conigured correctly, or help you configure it. + Validate that your environment is configured correctly, or help you configure it. run Run all tests like specified in \`expectation.json\`. |