Skip to content

Commit

Permalink
Merge pull request #136 from parndt/patch-1
Browse files Browse the repository at this point in the history
Fix specific typo
  • Loading branch information
timriley committed Oct 15, 2019
2 parents 69e5b20 + 953ec7f commit 786392d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/source/context.html.md
Expand Up @@ -8,7 +8,7 @@ Use a context object to provide shared facilities to every template, partial, sc

A context object is helpful in holding any behaviour or data you don't want to pass around explicitly. For example:

- Data speicifc to the current HTTP request, like the request path and CSRF tags
- Data specific to the current HTTP request, like the request path and CSRF tags
- A "current user" or similar session-based object needed across multiple disparate places
- Application static assets helpers
- `content_for`-style helpers
Expand Down

0 comments on commit 786392d

Please sign in to comment.