Skip to content

Commit 8593ef1

Browse files
committed
Fixing proper capitalization of Wordpress per my friend Dan from Memphis.
1 parent 3ca22a2 commit 8593ef1

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
@@ -320,7 +320,7 @@ Now, every request is handled exactly the same. Instead of individual URLs
320320
executing different PHP files, the front controller is *always* executed,
321321
and the routing of different URLs to different parts of your application
322322
is done internally. This solves both problems with the original approach.
323-
Almost all modern web apps do this - including apps like Wordpress.
323+
Almost all modern web apps do this - including apps like WordPress.
324324

325325
Stay Organized
326326
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)