From 3f4c9c3c16a4cac1065b970666163f19bdc2dfd7 Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Tue, 5 Mar 2013 00:06:50 +0100 Subject: [PATCH] typo fixes in docs --- README.md | 2 +- docs/CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2dd3fd7b..74f032ea6 100644 --- a/README.md +++ b/README.md @@ -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: -- 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. diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 3ab867c0d..49f9b173d 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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