1
0
Fork 0
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:
Dezső Mészáros 2021-01-28 10:10:16 +01:00 committed by GitHub
parent f858b653be
commit 591ed6b3ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -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\`.