summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/contributing/web_platform_tests.md3
-rwxr-xr-xtools/wpt.ts2
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/contributing/web_platform_tests.md b/docs/contributing/web_platform_tests.md
index cee4ac6ea..5d0774f3b 100644
--- a/docs/contributing/web_platform_tests.md
+++ b/docs/contributing/web_platform_tests.md
@@ -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.
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\`.