Browse Source

Update README.md

Co-authored-by: Ben Holden-Crowther <4144334+blrhc@users.noreply.github.com>
Mokhtar Naamani 4 years ago
parent
commit
3e77f549c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -109,7 +109,7 @@ If you want to run a node as a validator on the testnet, checkout this [advanced
 
 We have lots of good first [issues](https://github.com/Joystream/joystream/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) open to help you get started on contributing code. If you are not a developer you can still make valuable contributions by testing our software and providing feedback and opening new issues.
 
-A description of our [branching model](https://github.com/Joystream/joystream/issues/638) will help you understand where work on differnet software components happens, and where to direct your pull requests.
+A description of our [branching model](https://github.com/Joystream/joystream/issues/638) will help you to understand where work on different software components happens, and consequently where to direct your pull requests.
 
 We rely on `eslint` for code quality of our javascript and typescript code, `prettier` for consistent formmating. For Rust we rely on `rustfmt` and `clippy`.