Skip to content

Commit 0a64b0a

Browse files
committed
[#2011] Slight language fix
1 parent b957f55 commit 0a64b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_fundamentals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Stay Organized
358358
~~~~~~~~~~~~~~
359359

360360
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
361+
executed and what the content to return should be. To figure this out, you'll
362362
need to check the incoming URI and execute different parts of your code depending
363363
on that value. This can get ugly quickly::
364364

0 commit comments

Comments
 (0)