summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-06-25 09:33:29 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-06-25 09:33:29 -0300
commit0fa74a4ce0cdb590c88259aea884a5f46417d257 (patch)
treeb4788f948f444130248ae57fcc2b72436dec30ad
parenteece277934cdd58196830883f6ff8276a063780b (diff)
parent92ad29399bb260c116f2c40026a52da6ba47dfe9 (diff)
downloadaskbot-0fa74a4ce0cdb590c88259aea884a5f46417d257.tar.gz
askbot-0fa74a4ce0cdb590c88259aea884a5f46417d257.tar.bz2
askbot-0fa74a4ce0cdb590c88259aea884a5f46417d257.zip
Merge pull request #266 from mgeisler/patch-1
Add missing word
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 07cfe6b0..23ed59d8 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ All documentation is in the directory askbot/doc
To contribute code, please fork and make pull requests.
If you are planning to add a new feature, please bring it up for discussion at our forum
-(http://askbot.org/en/questions/) and mention that are willing to develop this feature.
+(http://askbot.org/en/questions/) and mention that you are willing to develop this feature.
We will merge obvious bug fixes without questions, for more complex fixes
please add a test case that fails before and passes after applying your fix.