From 773c74a756cb368d233c4554dde2175f194a770b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Tue, 6 Oct 2020 22:00:11 +0200 Subject: [PATCH] Correct a typo in the docs --- www/docs/configuration/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/configuration/options.md b/www/docs/configuration/options.md index d7512205cc..b81603c47d 100644 --- a/www/docs/configuration/options.md +++ b/www/docs/configuration/options.md @@ -345,7 +345,7 @@ You can override the default cookie names and options for any of the cookies use This is an advanced option and using it is not recommended as you may break authentication or introduce security flaws into your application. -You can specify one or more cookies with custom properties, but if you specify custom options for a cookie you must provided all the options for that cookie. +You can specify one or more cookies with custom properties, but if you specify custom options for a cookie you must provide all the options for that cookie. If you use this feature, you will likely want to create conditional behaviour to support setting different cookies policies in development and production builds, as you will be opting out of the built-in dynamic policy.