Skip to content

Commit 36a00cf

Browse files
Updated some cookbook titles to match the usual format
1 parent 5b5056d commit 36a00cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cookbook/doctrine/event_listeners_subscribers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
.. _doctrine-event-config:
55

6-
Registering Event Listeners and Subscribers
7-
===========================================
6+
How to Register Event Listeners and Subscribers
7+
===============================================
88

99
Doctrine packages a rich event system that fires events when almost anything
1010
happens inside the system. For you, this means that you can create arbitrary
@@ -114,4 +114,4 @@ specific type of entity (e.g. a ``Product`` entity but not a ``BlogPost``
114114
entity), you should check for the class name of the entity in your method
115115
(as shown above).
116116

117-
.. _`The Event System`: http://docs.doctrine-project.org/projects/doctrine-orm/en/2.1/reference/events.html
117+
.. _`The Event System`: http://docs.doctrine-project.org/projects/doctrine-orm/en/2.1/reference/events.html

cookbook/routing/method_parameters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: Routing; _method
33

4-
Using HTTP Methods beyond GET and POST in Routes
5-
================================================
4+
How to use HTTP Methods beyond GET and POST in Routes
5+
=====================================================
66

77
The HTTP method of a request is one of the requirements that can be checked
88
when seeing if it matches a route. This is introduced in the routing chapter
@@ -111,4 +111,4 @@ Likewise the delete form could be changed to look like this:
111111
<input type="submit" value="Delete" />
112112
</form>
113113

114-
It will then match the ``blog_delete`` route.
114+
It will then match the ``blog_delete`` route.

0 commit comments

Comments
 (0)