Skip to content

Commit 0f773bb

Browse files
committed
typo fixes
1 parent bad8dc2 commit 0f773bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/customizing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ Also a per form token (also called a nonce) can be enabled for
16981698
the tracker using the ``csrf_enforce_token`` option in
16991699
config.ini. When enabled, roundup will validate a hidden form
17001700
field called ``@csrf``. If the validation fails (or the token
1701-
is used more than one) the request is rejected. The ``@csrf``
1701+
is used more than once) the request is rejected. The ``@csrf``
17021702
input field is added automatically by calling the ``submit``
17031703
function/path. It can also be added manually by calling
17041704
anti_csrf_nonce() directly. For example:
@@ -1722,7 +1722,7 @@ on a valid header check against the roundup url and the presence
17221722
of the ``X-REQUESTED-WITH`` header. Work to improve this is a
17231723
future project after the 1.6 release.
17241724

1725-
The enforcement levels an be modified in ``config.ini``. Refer to
1725+
The enforcement levels can be modified in ``config.ini``. Refer to
17261726
that file for details.
17271727

17281728
Special form variables

0 commit comments

Comments
 (0)