Skip to content

Commit 8ce6e41

Browse files
committed
Updating two files
Reflecting the changes suggested by other contributors.
1 parent 4b94ec8 commit 8ce6e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_articles/how-to-contribute.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ If the project is on GitHub, here's how to submit a pull request:
494494
* **Reference any relevant issues** or supporting documentation in your PR (for example, "Closes #37.")
495495
* **Include screenshots of the before and after** if your changes include differences in HTML/CSS. Drag and drop the images into the body of your pull request.
496496
* **Test your changes!** Run your changes against any existing tests if they exist and create new ones when needed. Whether tests exist or not, make sure your changes don't break the existing project.
497-
* **Contribute to the style of the project** to the best of your abilities. This may mean using indents, semi-colons or comments differently than you would in your own repository, but makes it easier for the maintainer to merge, others to understand and maintain in the future.
497+
* **Contribute in the style of the project** to the best of your abilities. This may mean using indents, semi-colons or comments differently than you would in your own repository, but makes it easier for the maintainer to merge, others to understand and maintain in the future.
498498

499499
If this is your first pull request, check out [Make a Pull Request](http://makeapullrequest.com/), which @kentcdodds created as a walkthrough video tutorial. You can also practice making a pull request in the [First Contributions](https://github.com/Roshanjossey/first-contributions) repository, created by @Roshanjossey.
500500

docs/styleguide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
From the GitHub Manual of Style, which this style guide inherits from:
44

5-
> Words are an important part of how the software works. Just as we have a style guide for our code, we have a style guide for our tone and our voice. Even though there may be dozens of people creating a product, it should still sound like we speak in one consistent voice.
5+
> Words are an important part of how software works. Just as we have a style guide for our code, we have a style guide for our tone and our voice. Even though there may be dozens of people creating a product, it should still sound like we speak in one consistent voice.
66
>
77
> In other words, the way we write is just as important as the way we design. Consider these things when writing copy.
88

0 commit comments

Comments
 (0)