Skip to content

Commit 0e440ce

Browse files
authored
Update CONTRIBUTING.md
Fixed typo
1 parent 66d407e commit 0e440ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ As a contributor, you'll want to be familiar with the Silicon Labs tooling:
1818

1919
Read the Silicon Labs [coding guidelines](https://github.com/SiliconLabsSoftware/agreements-and-guidelines/blob/main/coding_standard.md).
2020
## Git Setup
21-
We need to know who you are, and how to contact you. Please ass the following information to your Git installation:
21+
We need to know who you are, and how to contact you. Please add the following information to your Git installation:
2222
```
2323
git config --global user.name "FirstName LastName"
2424
git config --global user.email "[email protected]"
@@ -115,7 +115,7 @@ Another line of really good description
115115
```
116116

117117
## Pull Request Guideline
118-
Okay you finished your work committed all your changes to your branch. Time to create a pull request. Pull requests must be merged into the doccurator branches corresponding to the Matter release the change applies to, for example `doccurator/2.6.2`.
118+
Okay you finished your work committed all your changes to your branch. Time to create a pull request. Pull requests must be merged into the doccurator branches corresponding to the Matter release the change applies to (for example, `doccurator/2.6.2`).
119119
Refer to the general pull request [guideline](https://opensource.guide/how-to-contribute/#opening-a-pull-request) from GitHub.
120120
What to consider when raising a Pull Request:
121121
1. **Pull Request Naming**

0 commit comments

Comments
 (0)