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
164
164
Symfony is an HTTP framework that only cares about generating an HTTP response
165
165
for each HTTP request. That's why Symfony doesn't provide a way to talk to
166
166
a 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.
168
168
169
169
In practice, many Symfony applications rely on the independent
170
170
`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:
40
40
================================================== ==================================
41
41
Templates stored inside bundles Templates stored in ``app/ ``
42
42
================================================== ==================================
43
- ``AcmeDemoBunde :Default:index.html.twig `` ``default/index.html.twig ``
43
+ ``AcmeDemoBundle :Default:index.html.twig `` ``default/index.html.twig ``
44
44
``::layout.html.twig `` ``layout.html.twig ``
45
45
``AcmeDemoBundle::index.html.twig `` ``index.html.twig ``
46
46
``AcmeDemoBundle:Default:subdir/index.html.twig `` ``default/subdir/index.html.twig ``
You can’t perform that action at this time.
0 commit comments