File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ Using a Persistence Layer
164164Symfony is an HTTP framework that only cares about generating an HTTP response
165165for each HTTP request. That's why Symfony doesn't provide a way to talk to
166166a persistence layer (e.g. database, external API). You can choose whatever
167- library of strategy you want for this.
167+ library or strategy you want for this.
168168
169169In practice, many Symfony applications rely on the independent
170170`Doctrine project `_ to define their model using entities and repositories.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ drastically simplifies their logical names:
4040================================================== ==================================
4141Templates stored inside bundles Templates stored in ``app/ ``
4242================================================== ==================================
43- ``AcmeDemoBunde :Default:index.html.twig `` ``default/index.html.twig ``
43+ ``AcmeDemoBundle :Default:index.html.twig `` ``default/index.html.twig ``
4444``::layout.html.twig `` ``layout.html.twig ``
4545``AcmeDemoBundle::index.html.twig `` ``index.html.twig ``
4646``AcmeDemoBundle:Default:subdir/index.html.twig `` ``default/subdir/index.html.twig ``
You can’t perform that action at this time.
0 commit comments