Skip to content

Commit

Permalink
Bug 1463314 [wpt PR 11098] - [docs] s/preceed/precede, other typos/pu…
Browse files Browse the repository at this point in the history
…nctuation, a=testonly

Automatic update from web-platform-tests[docs] s/preceed/precede, other typos/punctuation

--

wpt-commits: 84f06919ffb30d2b203337d7d572f65bf0213d10
wpt-pr: 11098

UltraBlame original commit: 12e5c4b671031d697016f549e52ecd8ad771b8af
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 4b2add6 commit dba7ba2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion testing/web-platform/meta/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -401742,7 +401742,7 @@
"support"
],
"./README.md": [
"99961df1909cc6fe0a4a7aa50ae9f34bd271d54f",
"2ecef188cb7cb27d10b6bf148eddb3f9a031771b",
"support"
],
"./check_stability.ini": [
Expand Down
14 changes: 7 additions & 7 deletions testing/web-platform/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To get the tests running, you need to set up the test domains in your
[`hosts` file](http://en.wikipedia.org/wiki/Hosts_%28file%29%23Location_in_the_file_system).

The necessary content can be generated with `./wpt make-hosts-file`; on
Windows, you will need to preceed the prior command with `python` or
Windows, you will need to precede the prior command with `python` or
the path to the Python binary (`python wpt make-hosts-file`).

For example, on most UNIX-like systems, you can setup the hosts file with:
Expand All @@ -62,7 +62,7 @@ The test server can be started using
./wpt serve
```

**On Windows**: You will need to preceed the prior command with
**On Windows**: You will need to precede the prior command with
`python` or the path to the python binary.
```bash
python wpt serve
Expand Down Expand Up @@ -104,7 +104,7 @@ line syntax is:
./wpt run product [tests]
```

**On Windows**: You will need to preceed the prior command with
**On Windows**: You will need to precede the prior command with
`python` or the path to the python binary.
```bash
python wpt run product [tests]
Expand Down Expand Up @@ -169,7 +169,7 @@ git submodule update --init --recursive
```

Prior to commit `39d07eb01fab607ab1ffd092051cded1bdd64d78` submodules
were requried for basic functionality. If you are working with an
were required for basic functionality. If you are working with an
older checkout, the above command is required in all cases.

When moving between a commit prior to `39d07eb` and one after it git
Expand All @@ -181,7 +181,7 @@ error: The following untracked working tree files would be overwritten by checko
[…]
```

followed by a long list of files. To avoid this error remove
...followed by a long list of files. To avoid this error, remove
the `resources` and `tools` directories before switching branches:

```
Expand All @@ -203,7 +203,7 @@ Failed to recurse into submodule path 'resources'
Failed to recurse into submodule path 'tools'
```

then remove the `tools` and `resources` directories, as above.
...then remove the `tools` and `resources` directories, as above.

<span id="windows-notes">Windows Notes</span>
=============================================
Expand All @@ -227,7 +227,7 @@ line endings, as it will cause lint errors. For git, please set
Certificates
============

By default pregenerated certificates for the web-platform.test domain
By default pre-generated certificates for the web-platform.test domain
are provided in [`tools/certs`](tools/certs). If you wish to generate new
certificates for any reason it's possible to use OpenSSL when starting
the server, or starting a test run, by providing the
Expand Down

0 comments on commit dba7ba2

Please sign in to comment.