You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/operations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ class Book
75
75
}
76
76
```
77
77
78
-
The previous example can be also be written with an explicit method definition:
78
+
The previous example can also be written with an explicit method definition:
79
79
80
80
```php
81
81
<?php
@@ -465,7 +465,7 @@ class Question
465
465
466
466
## Creating Custom Operations and Controllers
467
467
468
-
API Platform can leverage the Symfony routing system to register custom operation related to custom controllers. Such custom
468
+
API Platform can leverage the Symfony routing system to register custom operations related to custom controllers. Such custom
469
469
controllers can be any valid [Symfony controller](http://symfony.com/doc/current/book/controller.html), including standard
470
470
Symfony controllers extending the [`Symfony\Bundle\FrameworkBundle\Controller\Controller`](http://api.symfony.com/3.1/Symfony/Bundle/FrameworkBundle/Controller/Controller.html)
0 commit comments