Skip to content

Commit 0ec5e71

Browse files
committed
docs: improve section titles
1 parent 6d8edba commit 0ec5e71

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

user_guide_src/source/incoming/routing.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ and the ``productLookupByID()`` method passing in the match as a variable to the
6868

6969
.. literalinclude:: routing/009.php
7070

71-
HTTP verbs
72-
==========
71+
HTTP verb Routes
72+
================
7373

7474
You can use any standard HTTP verb (GET, POST, PUT, DELETE, OPTIONS, etc):
7575

@@ -213,8 +213,8 @@ For those of you who don't know regular expressions and want to learn more about
213213

214214
.. note:: You can also mix and match placeholders with regular expressions.
215215

216-
Closures
217-
========
216+
Using Closures
217+
==============
218218

219219
You can use an anonymous function, or Closure, as the destination that a route maps to. This function will be
220220
executed when the user visits that URI. This is handy for quickly executing small tasks, or even just showing
@@ -224,8 +224,8 @@ a simple view:
224224

225225
.. _view-routes:
226226

227-
Views
228-
=====
227+
View Routes
228+
===========
229229

230230
.. versionadded:: 4.3.0
231231

0 commit comments

Comments
 (0)