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.
1 parent 0b25cda commit 6b8929dCopy full SHA for 6b8929d
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