Skip to content

Commit b957f55

Browse files
committed
Merge pull request #2011 from Sgoettschkes/issue2000
Rephrasing paragraph mentioned in #2000
2 parents ede4db7 + 71126b1 commit b957f55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/http_fundamentals.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ Almost all modern web apps do this - including apps like WordPress.
357357
Stay Organized
358358
~~~~~~~~~~~~~~
359359

360-
But inside your front controller, how do you know which page should
361-
be rendered and how can you render each in a sane way? One way or another, you'll need to
362-
check the incoming URI and execute different parts of your code depending
360+
Inside your front controller, you have to figure out which code should be
361+
executed and what the content of to return should be. To figure this out, you'll
362+
need to check the incoming URI and execute different parts of your code depending
363363
on that value. This can get ugly quickly::
364364

365365
// index.php

0 commit comments

Comments
 (0)