Skip to content

Commit

Permalink
Fix some small grammatical errors in the contributing doc (elastic#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
rallytime authored and beniwohli committed Sep 14, 2021
1 parent 22a814b commit 761b6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ from writing tutorials or blog posts,
improving the documentation,
submitting bug reports and feature requests or writing code.

You can get in touch with us through [Discuss](https://discuss.elastic.co/c/apm),
feedback and ideas are always welcome.
You can get in touch with us through [Discuss](https://discuss.elastic.co/c/apm).
Feedback and ideas are always welcome.

Please note that this repository is covered by the [Elastic Community Code of Conduct](https://www.elastic.co/community/codeofconduct).

Expand Down Expand Up @@ -42,7 +42,7 @@ Once your changes are ready to submit for review:
* [flake8](http://flake8.pycqa.org/en/latest/)
* License header check via custom script

The easiest way to make sure your pull request adheres to the the code style
The easiest way to make sure your pull request adheres to the code style
is to install [pre-commit](https://pre-commit.com/).

pip install pre-commit # or "brew install pre-commit" if you use Homebrew
Expand Down

0 comments on commit 761b6e9

Please sign in to comment.