Skip to content

Commit e347ec8

Browse files
committed
minor #4819 Removed a leftover comma in security config sample (javiereguiluz)
This PR was merged into the 2.3 branch. Discussion ---------- Removed a leftover comma in security config sample | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | - Commits ------- 83be144 Removed a leftover comma in security config sample
2 parents 11b9d23 + 83be144 commit e347ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ provider, but it's better to think of it as an "in configuration" provider:
295295
memory:
296296
users:
297297
ryan:
298-
password: ryanpass,
298+
password: ryanpass
299299
roles: 'ROLE_USER'
300300
admin:
301301
password: kitten

0 commit comments

Comments
 (0)