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 @@ -112,7 +112,7 @@ Using Getters
112112~~~~~~~~~~~~~
113113
114114The ``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
116116property name to camelCase (``first_name `` becomes ``FirstName ``) and prefixes
117117it with ``get ``. So the actual method becomes ``getFirstName() ``::
118118
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
344344 cd web/
345345 $ symfony server:start
346346
347- Then see page in browser:
347+ Then visit the page in your browser:
348348
349349 http://localhost:8000/random/10
350350
You can’t perform that action at this time.
0 commit comments