From 87aae81245727606e827eeb228d12c9bab6178dc Mon Sep 17 00:00:00 2001 From: Nic Young Date: Thu, 12 Jun 2014 08:00:56 -0600 Subject: Fixed typo --- docs/development/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3