Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f554aa2

Browse files
hpatoiowouterj
authored andcommitted
Removed ambiguous "?"
I think the "?" should be removed.
1 parent 819495c commit f554aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ password was valid::
145145
)
146146
);
147147

148-
// for some extra checks: is account enabled, locked, expired, etc.?
148+
// for some extra checks: is account enabled, locked, expired, etc.
149149
$userChecker = new UserChecker();
150150

151151
// an array of password encoders (see below)

0 commit comments

Comments
 (0)