Skip to content

Commit d112688

Browse files
committed
fix some more typos
1 parent c4fb50d commit d112688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/property_access.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Using Getters
112112
~~~~~~~~~~~~~
113113

114114
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
116116
property name to camelCase (``first_name`` becomes ``FirstName``) and prefixes
117117
it with ``get``. So the actual method becomes ``getFirstName()``::
118118

configuration/micro_kernel_trait.rst

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)