diff options
author | Roberto Bonvallet <rbonvall@gmail.com> | 2012-06-07 12:03:45 -0400 |
---|---|---|
committer | Roberto Bonvallet <rbonvall@gmail.com> | 2012-06-07 12:03:45 -0400 |
commit | 511c58d4e18479d930023ead214a83b1af0f0bec (patch) | |
tree | 565891b1d6f30ebbe77ce8745a6843349a4409a6 /docs/development.rst | |
parent | c469360a0ef415c3cdb42063d1fef5e76df4c35d (diff) | |
download | tablib-511c58d4e18479d930023ead214a83b1af0f0bec.tar.gz |
s/reqeust/request/
Diffstat (limited to 'docs/development.rst')
-rw-r--r-- | docs/development.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.rst b/docs/development.rst index 90bdb43..4174a1e 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -71,7 +71,7 @@ Feature / Hotfix / Release branches follow a `Successful Git Branching Model`_ . Each release is tagged. -When submitting patches, please place your feature/change in its own branch prior to opening a pull reqeust on GitHub_. +When submitting patches, please place your feature/change in its own branch prior to opening a pull request on GitHub_. .. _Git: http://git-scm.org |