Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Typofix
  • Loading branch information
kix committed Feb 27, 2016
1 parent 0b25cda commit 6b8929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ Add FOSOAuthServerBundle settings in app/config/config.yml:
``` yaml
# app/config/config.yml
fos_oauth_server:
db_driver: orm # Driver availables: orm, mongodb, or propel
db_driver: orm # Drivers available: orm, mongodb, or propel
client_class: Acme\ApiBundle\Entity\Client
access_token_class: Acme\ApiBundle\Entity\AccessToken
refresh_token_class: Acme\ApiBundle\Entity\RefreshToken
Expand Down

0 comments on commit 6b8929d

Please sign in to comment.