typo fixes in docs

This commit is contained in:
Kuba Brecka
2013-03-05 00:06:50 +01:00
parent 3fdc59b1d9
commit 3f4c9c3c16
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ Anyone wishing to contribute to the **[Discourse/Discourse](https://github.com/d
* use `&&` and `||` over `and`/`or`
* prefer `class << self; def method; end` over `def class.method` for class methods
* prefer `{ ... }` over `do ... end` for single-line blocks, avoid using `{ ... }` for multi-line blocks
* avoid `return` when not requried
* avoid `return` when not required
5. Commit