Skip to content

Commit 59229c2

Browse files
committed
Merge pull request #399 from kix/patch-1
Update index.md
2 parents 0b25cda + 6b8929d commit 59229c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ Add FOSOAuthServerBundle settings in app/config/config.yml:
533533
``` yaml
534534
# app/config/config.yml
535535
fos_oauth_server:
536-
db_driver: orm # Driver availables: orm, mongodb, or propel
536+
db_driver: orm # Drivers available: orm, mongodb, or propel
537537
client_class: Acme\ApiBundle\Entity\Client
538538
access_token_class: Acme\ApiBundle\Entity\AccessToken
539539
refresh_token_class: Acme\ApiBundle\Entity\RefreshToken

0 commit comments

Comments
 (0)