mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
fix(tools): fix typo in wpt cli output (#9303)
This commit is contained in:
parent
f858b653be
commit
591ed6b3ad
2 changed files with 3 additions and 2 deletions
|
@ -55,7 +55,8 @@ right after a `wpt.ts update` should always pass.
|
|||
|
||||
#### `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.
|
||||
|
||||
This will check that the python3 (or `python.exe` on Windows) is actually
|
||||
Python 3.
|
||||
|
|
|
@ -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\`.
|
||||
|
|
Loading…
Reference in a new issue