From 292d6eaf27769f923aec77012aa6868e691f8b03 Mon Sep 17 00:00:00 2001 From: ~iltar Date: Thu, 17 May 2018 12:06:52 +0200 Subject: [PATCH] Removed the term "simple" from creating a new page --- page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;