Skip to content

Commit 9168b3b

Browse files
authored
docs: fix typos and inconsistent word styling (#3025)
1 parent e500d74 commit 9168b3b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can contribute to Playwright for .NET with issues and PRs.
77
Contributions must meet a certain standard of coding. To ensure this, the Project Maintainers perform regular Code Reviews.
88
Additionally, a suite of tests runs for each PR.
99

10-
## DOs and DONT'Ts
10+
## DOs and DON'Ts
1111
Please do:
1212

1313
* **DO** follow our coding style (C# code-specific)
@@ -53,7 +53,7 @@ footer
5353
2. *namespace* is put in parenthesis after label and is optional. Must be lowercase.
5454
3. *title* is a brief summary of changes.
5555
4. *description* is **optional**, new-line separated from title and is in present tense.
56-
5. *footer* is **optional**, new-line separated from *description* and contains "fixes" / "references" attribution to github issues.
56+
5. *footer* is **optional**, new-line separated from *description* and contains "fixes" / "references" attribution to GitHub issues.
5757

5858
Example:
5959

@@ -100,7 +100,7 @@ The resulting code will follow our style guides. This is also enforced in our CI
100100
## Writing Tests
101101

102102
* Every feature should be accompanied by a test.
103-
* Every public api event/method should be accompanied by a test.
103+
* Every public API event/method should be accompanied by a test.
104104

105105
### Running Tests Locally
106106

@@ -130,7 +130,7 @@ To generate the API, identify the upstream driver version from the GitHub Action
130130
./build.sh --roll <driver-version>
131131
```
132132

133-
This will re-generate the neccessary files for the new driver version.
133+
This will re-generate the necessary files for the new driver version.
134134

135135
### Collecting coverage when running tests
136136

ROLLING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
./build.sh --roll <driver-version>
2121
```
2222

23-
This will complete the entire process (downnload and set the new driver, re-generate API and transport channels, update the README).
23+
This will complete the entire process (download and set the new driver, re-generate API and transport channels, update the README).

0 commit comments

Comments
 (0)