Skip to content

Commit 2c827c8

Browse files
committed
Merge pull request #310 from bicpi/patch-1
Fix typo
2 parents 5cbc3ab + f2eee54 commit 2c827c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/extending_the_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This bundle provides a complete solution to quickly setup an OAuth2 security lay
55
But, as all applications are often different, the bundle has a basic database model.
66
Thanks to an abstraction layer (see the `Model/` directory), it's really easy to deal with various
77
database abstraction layers, but in the same time to extend each layer. In this chapter, you will see
8-
how to properly extend the model of the the FOSOAuthServerBundle to add your business logic.
8+
how to properly extend the model of the FOSOAuthServerBundle to add your business logic.
99

1010

1111
## Propel ##

0 commit comments

Comments
 (0)