8000 minor #12620 fix some more typos (xabbuh) · symfony/symfony-docs@2f51da8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f51da8

Browse files
committed
minor #12620 fix some more typos (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- fix some more typos continues #12610 Commits ------- d112688 fix some more typos
2 parents c4fb50d + d112688 commit 2f51da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/property_access.rst

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
0