Merge pull request #360 from kubabrecka/docs_typos

typo fixes in docs
This commit is contained in:
Robin Ward 2013-03-05 06:35:29 -08:00
commit 31fc96157e
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Before you get started, ensure you have the following minimum versions: [Ruby 1.
Discourse is a **Civilized Discourse Construction Kit**, an 100% open-source discussion platform that is free for everyone to use and contribute to -- forever. Our key mission goals: Discourse is a **Civilized Discourse Construction Kit**, an 100% open-source discussion platform that is free for everyone to use and contribute to -- forever. Our key mission goals:
- A **flattened, endlessly scrolling discussion**, avoiding the awkardness of traditionally threaded and paginated discussion, while allowing replies to be expanded in place for additional context. - A **flattened, endlessly scrolling discussion**, avoiding the awkwardness of traditionally threaded and paginated discussion, while allowing replies to be expanded in place for additional context.
- A **user trust system** that grants users additional rights to assist in moderating the forum as they participate in good faith over time. The goal is for the forum to be nearly self-moderating in the absence of any formal moderators, although excellent moderators accelerate the process greatly. - A **user trust system** that grants users additional rights to assist in moderating the forum as they participate in good faith over time. The goal is for the forum to be nearly self-moderating in the absence of any formal moderators, although excellent moderators accelerate the process greatly.

View File

@ -62,7 +62,7 @@ Anyone wishing to contribute to the **[Discourse/Discourse](https://github.com/d
* use `&&` and `||` over `and`/`or` * use `&&` and `||` over `and`/`or`
* prefer `class << self; def method; end` over `def class.method` for class methods * 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 * 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 5. Commit