Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit dbe28e6

Browse files
committed
[docs] Correct grammar
1 parent afd4200 commit dbe28e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/certs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ outside of tests, since it may be used to generate fake
2020
certificates. For browsers that use the OS certificate store, tests
2121
should therefore not be run manually outside a dedicated OS instance
2222
(e.g. a VM). To avoid this problem when running tests in Chrome or
23-
Firefox use `wpt run`, which disables certificate checks and therefore
23+
Firefox, use `wpt run`, which disables certificate checks and therefore
2424
doesn't require the root CA to be trusted.
2525

2626
## Regenerating certificates
2727

28-
If you wish to generate new certificates for any reason it's possible to use
28+
If you wish to generate new certificates for any reason, it's possible to use
2929
OpenSSL when starting the server, or starting a test run, by providing the
3030
`--ssl-type=openssl` argument to the `wpt serve` or `wpt run` commands.
3131

@@ -54,7 +54,7 @@ If you forget to do this part, you will most likely see a 'File Not Found'
5454
error when you start wptserve.
5555

5656
Finally, set the path value in the server configuration file to the
57-
default OpenSSL configuration file location. To do this create a file
57+
default OpenSSL configuration file location. To do this, create a file
5858
called `config.json`. Then add the OpenSSL configuration below,
5959
ensuring that the key `ssl/openssl/base_conf_path` has a value that is
6060
the path to the OpenSSL config file (typically this will be

0 commit comments

Comments
 (0)