Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhineshJha committed Oct 20, 2023
1 parent 68e805e commit 12451ef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pull requests are the best way to propose changes to the codebase.
1. Fork the repo and create your branch from `main`.
2. If you've changed something, update the documentation.
3. Make sure your code lints (using black).
4. Test you contribution.
4. Test your contribution.
5. Issue that pull request!

## Any contributions you make will be under the Apache License
Expand All @@ -30,7 +30,7 @@ Report a bug by [opening a new issue](../../issues/new/choose); it's that easy!

## Write bug reports with detail, background, and sample code

**Great Bug Reports** tend to have:
**Great Bug Reports** typically have:

- A quick summary and/or background
- Steps to reproduce
Expand All @@ -50,8 +50,7 @@ Use [black](https://github.com/ambv/black) to make sure the code follows the sty

This custom integration is based on [integration_blueprint template](https://github.com/custom-components/integration_blueprint).

It comes with development environment in a container, easy to launch
if you use Visual Studio Code. With this container you will have a stand alone
It comes with development environment in a container that is easy to launch if you use Visual Studio Code. With this container you will have a stand alone.
Home Assistant instance running and already configured with the included
[`.devcontainer/configuration.yaml`](./.devcontainer/configuration.yaml)
file.
Expand Down

0 comments on commit 12451ef

Please sign in to comment.