Opened 13 years ago

Closed 13 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

Description

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

Attachments (1)

csrf_typo.diff (637 bytes ) - added by Selwin Ong 13 years ago.

Download all attachments as: .zip

Change History (3)

by Selwin Ong, 13 years ago

Attachment: csrf_typo.diff added

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Tim Graham, 13 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