aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorNic Young <nryoung@gmail.com>2014-06-12 08:00:56 -0600
committerNic Young <nryoung@gmail.com>2014-06-12 08:00:56 -0600
commit87aae81245727606e827eeb228d12c9bab6178dc (patch)
tree009d09c935d528f418e7da65b105aeb791b79ef7 /docs/development
parent2e8aa56157d5ffd8e2053d51dfa58dc6ecf9bc8e (diff)
downloadcryptography-87aae81245727606e827eeb228d12c9bab6178dc.tar.gz
cryptography-87aae81245727606e827eeb228d12c9bab6178dc.tar.bz2
cryptography-87aae81245727606e827eeb228d12c9bab6178dc.zip
Fixed typo
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/getting-started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index ab92c37f..f036534a 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -2,7 +2,7 @@ Getting started
===============
Working on ``cryptography`` requires the installation of a small number of
-development dependencies in addtion to the depedencies for `installation`_.
+development dependencies in addition to the depedencies for `installation`_.
These are listed in ``dev-requirements.txt`` and they can be installed in a
`virtualenv`_ using `pip`_. Once you've installed the dependencies, install
``cryptography`` in ``editable`` mode. For example: