Skip to content
Merged

Fix RST #5520

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion create_framework/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ With this knowledge in mind, let's write the new version of our framework::

$response->send();

There are a few new things in the code::
There are a few new things in the code:

* Route names are used for template names;

Expand Down