8000 minor #9791 Removed the term "simple" from creating a new page (iltar) · symfony/symfony-docs@7328eec · GitHub
[go: up one dir, main page]

Skip to content

Commit 7328eec

Browse files
committed
minor #9791 Removed the term "simple" from creating a new page (iltar)
This PR was merged into the 2.7 branch. Discussion ---------- Removed the term "simple" from creating a new page Something that's simple for me, might not be simple for a developer who is new to Symfony. I think this is a friendlier approach to the process of creating a new page. I haven't checked the other docs as I quickly pressed edit when I noticed this. Commits ------- 292d6ea Removed the term "simple" from creating a new page
2 parents 3202f4c + 292d6ea commit 7328eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Create your First Page in Symfony
88
=================================
99

1010
Creating a new page - whether it's an HTML page or a JSON endpoint - is a
11-
simple two-step process:
11+
two-step process:
1212

1313
#. **Create a route**: A route is the URL (e.g. ``/about``) to your page and
1414
points to a controller;

0 commit comments

Comments
 (0)
0