Skip to content

Commit

Permalink
README.rst: Spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jan 11, 2015
1 parent 9c1fce3 commit a2d724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -25,7 +25,7 @@ data about activity that occurs in your site.
Out of the box using this does write to the database.

For small sites, it should be good enough to use inline but you might at some point want to consider wrapping calls to the ``log()`` method and queue them in
a job manager like ``celery`` or ``pyres`` so that the calls become asyncronous.
a job manager like ``celery`` or ``pyres`` so that the calls become asynchronous.


Documentation
Expand Down

0 comments on commit a2d724a

Please sign in to comment.