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