Skip to content

Commit

Permalink
docs: Fix simple typo, implenting -> implementing (#195)
Browse files Browse the repository at this point in the history
There is a small typo in docs/security.rst.

Should read `implementing` rather than `implenting`.
  • Loading branch information
timgates42 authored Mar 26, 2020
1 parent 36b2ff8 commit b300136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Denial of Service
However, limiting based on field values may open a `denial of service`_
vector against your users, preventing them from logging in.

For pages like login forms, consider implenting a soft blocking
For pages like login forms, consider implementing a soft blocking
mechanism, such as requiring a captcha, rather than a hard block with a
``PermissionDenied`` error.

Expand Down

0 comments on commit b300136

Please sign in to comment.