Skip to content

Commit

Permalink
minor #4819 Removed a leftover comma in security config sample (javie…
Browse files Browse the repository at this point in the history
…reguiluz)

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
  • Loading branch information
wouterj committed Jan 16, 2015
2 parents 11b9d23 + 83be144 commit e347ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ provider, but it's better to think of it as an "in configuration" provider:
memory:
users:
ryan:
password: ryanpass,
password: ryanpass
roles: 'ROLE_USER'
admin:
password: kitten
Expand Down

0 comments on commit e347ec8

Please sign in to comment.