Skip to content

Commit d6d7a68

Browse files
Update configuration.md (laravel#8975)
1 parent b1ad87d commit d6d7a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ After placing the application in maintenance mode, you may navigate to the appli
150150

151151
When accessing this hidden route, you will then be redirected to the `/` route of the application. Once the cookie has been issued to your browser, you will be able to browse the application normally as if it was not in maintenance mode.
152152

153-
> {tip} Your maintenance mode secret should typically consist of alpha-numeric characters and, optionally, dashes. You should avoid using characters that have special meaning in URLs such as `?`.
153+
> {tip} Your maintenance mode secret should typically consist of alpha-numeric characters and, optionally, dashes. You should avoid using characters that have special meaning in URLs such as `?` or `&`.
154154
155155
<a name="pre-rendering-the-maintenance-mode-view"></a>
156156
#### Pre-Rendering The Maintenance Mode View

0 commit comments

Comments
 (0)