diff --git a/docs/plugins.md b/docs/plugins.md index 67be2aa9a..40b9741fd 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -417,7 +417,7 @@ Please note that every form submission is protected via a CSRF token, you will n ``` -Retrieving user submitted data is pretty simple, thank to the request module provided by Flask : +Retrieving user submitted data is pretty simple, thanks to the request module provided by Flask : ```python from flask import request