diff --git a/page_creation.rst b/page_creation.rst index eb88b18ff1b..f91c16f265a 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -8,7 +8,7 @@ Create your First Page in Symfony ================================= Creating a new page - whether it's an HTML page or a JSON endpoint - is a -simple two-step process: +two-step process: #. **Create a route**: A route is the URL (e.g. ``/about``) to your page and points to a controller;