Skip to content

Commit 1b24246

Browse files
author
Jérémy Crapet
committed
operations.md - fix typo
1 parent 5378284 commit 1b24246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Book
7575
}
7676
```
7777

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:
7979

8080
```php
8181
<?php
@@ -465,7 +465,7 @@ class Question
465465

466466
## Creating Custom Operations and Controllers
467467

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
469469
controllers can be any valid [Symfony controller](http://symfony.com/doc/current/book/controller.html), including standard
470470
Symfony controllers extending the [`Symfony\Bundle\FrameworkBundle\Controller\Controller`](http://api.symfony.com/3.1/Symfony/Bundle/FrameworkBundle/Controller/Controller.html)
471471
helper class.

0 commit comments

Comments
 (0)