From e23b29994d86aacf6e0eb02e8688d40a3f575e9d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 28 Dec 2020 12:35:00 +1100 Subject: [PATCH] docs: fix simple typo, vulnerabilites -> vulnerabilities There is a small typo in source/forms.rst. Should read `vulnerabilities` rather than `vulnerabilites`. --- source/forms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/forms.rst b/source/forms.rst index dddabac..30edcb4 100644 --- a/source/forms.rst +++ b/source/forms.rst @@ -48,7 +48,7 @@ makes them unique. Of course, sometimes we'll have long, one-off forms that we might want to give a more context-specific name. This sign-in form can do a few of things for us. It can secure our app -against CSRF vulnerabilites, validate user input and render the +against CSRF vulnerabilities, validate user input and render the appropriate markup for whatever fields we define for it. CSRF Protection and validation