Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f51da8

Browse filesBrowse 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
Copy full SHA for 2f51da8

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎components/property_access.rst

Copy file name to clipboardExpand all lines: components/property_access.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: configuration/micro_kernel_trait.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.