Skip to content

Commit 0d0302c

Browse files
committed
(spelling)
1 parent 5d8abcf commit 0d0302c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To install the latest stable version::
1818
pip install git+git://github.com/dcramer/django-devserver#egg=django-devserver
1919

2020

21-
django-devserver has some optional dependancies, which we highly recommend installing.
21+
django-devserver has some optional dependencies, which we highly recommend installing.
2222

2323
* ``pip install sqlparse`` -- pretty SQL formatting
2424
* ``pip install werkzeug`` -- interactive debugger
@@ -48,7 +48,7 @@ Additional CLI Options
4848
~~~~~~~~~~~~~~~~~~~~~~
4949

5050
--werkzeug
51-
Tells Django to use the Werkzeug interactive debugger, instead of it's own.
51+
Tells Django to use the Werkzeug interactive debugger, instead of its own.
5252

5353
--forked
5454
Use a forking (multi-process) web server instead of threaded.
@@ -89,7 +89,7 @@ DEVSERVER_MODULES = []
8989
A list of devserver modules to load.
9090

9191
DEVSERVER_IGNORED_PREFIXES = ['/media', '/uploads']
92-
A list of prefixes to surpress and skip process on. By default, ``ADMIN_MEDIA_PREFIX``, ``MEDIA_URL`` and ``STATIC_URL`` (for Django >= 1.3) will be ignored (assuming ``MEDIA_URL`` and ``STATIC_URL`` is relative)::
92+
A list of prefixes to suppress and skip process on. By default, ``ADMIN_MEDIA_PREFIX``, ``MEDIA_URL`` and ``STATIC_URL`` (for Django >= 1.3) will be ignored (assuming ``MEDIA_URL`` and ``STATIC_URL`` is relative)::
9393

9494

9595
-------
@@ -157,7 +157,7 @@ When using the decorator, we recommend that rather than import the decoration di
157157
return func(*args, **kwargs)
158158
return wraps(func)(nothing)
159159

160-
By importing the decoration using this method, devserver_profile will be a pass through decoration if you aren't using devserver (eg in production)
160+
By importing the decoration using this method, devserver_profile will be a pass through decoration if you aren't using devserver (e.g. in production)
161161

162162

163163
devserver.modules.cache.CacheSummaryModule

0 commit comments

Comments
 (0)