File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
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 @@ -344,7 +344,7 @@ As before you can use the :doc:`Symfony Local Web Server
344
344
cd web/
345
345
$ symfony server:start
346
346
347
- Then see page in browser:
347
+ Then visit the page in your browser:
348
348
349
349
http://localhost:8000/random/10
350
350
You can’t perform that action at this time.
0 commit comments