Skip to content

Commit 958b658

Browse files
author
Jérôme Deuchnord
committed
Reword the second to last step
1 parent 381d5a6 commit 958b658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ class Weather
10861086
```
10871087

10881088
This will expose the `Weather` model, but also all the default CRUD routes: `GET`, `PUT`, `DELETE` and `POST`, which is a non-sense in our context.
1089-
Since we are required to expose at least one route, let's expose just one and disable its output:
1089+
Since we are required to expose at least one route, let's expose just one:
10901090

10911091

10921092
```php

0 commit comments

Comments
 (0)