We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b25cda + 6b8929d commit 59229c2Copy full SHA for 59229c2
Resources/doc/index.md
@@ -533,7 +533,7 @@ Add FOSOAuthServerBundle settings in app/config/config.yml:
533
``` yaml
534
# app/config/config.yml
535
fos_oauth_server:
536
- db_driver: orm # Driver availables: orm, mongodb, or propel
+ db_driver: orm # Drivers available: orm, mongodb, or propel
537
client_class: Acme\ApiBundle\Entity\Client
538
access_token_class: Acme\ApiBundle\Entity\AccessToken
539
refresh_token_class: Acme\ApiBundle\Entity\RefreshToken
0 commit comments