Opened 14 years ago

Closed 14 years ago

#16606 closed Cleanup/optimization (fixed)

Typo in csrf docs

Reported by: Selwin Ong Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

"It should come before any view middleware" instead of "It should come and before any view middleware".

Change History (3)

by Selwin Ong, 14 years ago

Attachment: csrf_typo.diff added

comment:1 by Aymeric Augustin, 14 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Tim Graham, 14 years ago

Resolution: fixed
Status: newclosed

In [16612]:

Fixed #16606 - Typo in docs/ref/contrib/csrf.txt; thanks selwin.

Note: See TracTickets for help on using tickets.
Back to Top