From d112688b39503bced0164c7e0ccea497b461f9e1 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 12 Nov 2019 09:17:05 +0100 Subject: [PATCH] fix some more typos --- components/property_access.rst | 2 +- configuration/micro_kernel_trait.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/property_access.rst b/components/property_access.rst index 9e11d67c011..c368d3581ac 100644 --- a/components/property_access.rst +++ b/components/property_access.rst @@ -112,7 +112,7 @@ Using Getters ~~~~~~~~~~~~~ The ``getValue()`` method also supports reading using getters. The method will -be created using common naming conventions for getters. It transform the +be created using common naming conventions for getters. It transforms the property name to camelCase (``first_name`` becomes ``FirstName``) and prefixes it with ``get``. So the actual method becomes ``getFirstName()``:: diff --git a/configuration/micro_kernel_trait.rst b/configuration/micro_kernel_trait.rst index c1d6ad00d76..3dabb98a436 100644 --- a/configuration/micro_kernel_trait.rst +++ b/configuration/micro_kernel_trait.rst @@ -344,7 +344,7 @@ As before you can use the :doc:`Symfony Local Web Server cd web/ $ symfony server:start -Then see page in browser: +Then visit the page in your browser: http://localhost:8000/random/10