summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-10-11 22:55:17 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-10-11 22:59:04 +0200
commite7ad85361379bc0d8276a2583ae20ac84b3989c8 (patch)
tree4b9f81e2ccf3a3590e539808b72ca443778b3359 /HACKING.txt
parentd53fd254ccb82b17b590fb236ce9671c8a80c567 (diff)
downloadpyramid-e7ad85361379bc0d8276a2583ae20ac84b3989c8.tar.gz
pyramid-e7ad85361379bc0d8276a2583ae20ac84b3989c8.tar.bz2
pyramid-e7ad85361379bc0d8276a2583ae20ac84b3989c8.zip
docs: typos
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 683ac61f5..b32a8a957 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -165,7 +165,7 @@ Running Tests
$ cd ~/hack-on-pyramid/
$ /usr/bin/tox
-- The tests can also be run usign ``pytest`` (http://pytest.org/). This is
+- The tests can also be run using ``pytest`` (http://pytest.org/). This is
intended as a convenience for people who are more used or fond of ``pytest``.
Run the tests like so::
@@ -191,7 +191,7 @@ or adds the feature.
To build and review docs (where ``$VENV`` refers to the virtualenv you're
using to develop Pyramid):
-1. After follwing the steps above in "Using a Development Checkout", cause
+1. After following the steps above in "Using a Development Checkout", cause
Sphinx and all development requirements to be installed in your
virtualenv::