Skip to content

Commit

Permalink
Merge pull request #13 from nschlemm/patch-1
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
a-musing-moose committed Sep 30, 2017
2 parents 4a089c6 + 4a0f317 commit 862fab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ will need to add the context processor to your settings:
"django.core.context_processors.static",
"django.core.context_processors.tz",
"django.contrib.messages.context_processors.messages",
"cid.context_processos.cid_context_processor",
"cid.context_processors.cid_context_processor",
)
This will place the context variable ``correlation_id`` in your template
Expand Down

0 comments on commit 862fab2

Please sign in to comment.