Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nschlemm committed Jun 17, 2017
1 parent 7215fcd commit 4a0f317
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 4a0f317

Please sign in to comment.