File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Using Getters
112
112
~~~~~~~~~~~~~
113
113
114
114
The ``getValue() `` method also supports reading using getters. The method will
115
- be created using common naming conventions for getters. It transform the
115
+ be created using common naming conventions for getters. It transforms the
116
116
property name to camelCase (``first_name `` becomes ``FirstName ``) and prefixes
117
117
it with ``get ``. So the actual method becomes ``getFirstName() ``::
118
118
Original file line number Diff line number Diff line change @@ -331,6 +331,6 @@ As before you can use the :doc:`Symfony Local Web Server
331
331
cd public/
332
332
$ symfony server:start
333
333
334
- Then see page in browser:
334
+ Then visit the page in your browser:
335
335
336
336
http://localhost:8000/random/10
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ have one limitation: they can only cache whole pages. If your pages contain
12
12
dynamic sections, such as the user name or a shopping cart, you are out of
13
13
luck. Fortunately, Symfony provides a solution for these cases, based on a
14
14
technology called `ESI `_, or Edge Side Includes. Akamai wrote this specification
15
- almost 10 years ago and it allows specific parts of a page to have a different
15
+ in 2001 and it allows specific parts of a page to have a different
16
16
caching strategy than the main page.
17
17
18
18
The ESI specification describes tags you can embed in your pages to communicate
You can’t perform that action at this time.
0 commit comments