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: symfony/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ We are fond of [Hoppscotch](https://hoppscotch.com), a free and open source API
241
241
242
242
## Keep Your Project in Sync with the API Platform Template
243
243
244
-
You have started a project with the API Platform template and you would like to benefit from the latest enhancements introduced since you created your project (i.e. [FrankenPHP](https://frankenphp.dev/). Juste use this Git based tool
244
+
You have started a project with the API Platform template and you would like to benefit from the latest enhancements introduced since you created your project (i.e. [FrankenPHP](https://frankenphp.dev/)). Just use this Git based tool
245
245
[The _template-sync_ project](https://github.com/coopTilleuls/template-sync) got you covered.
246
246
247
247
Run the following command to import the changes since your last update:
@@ -468,7 +468,7 @@ Modify these files as described in these patches:
468
468
public function getId(): ?int
469
469
```
470
470
471
-
**Tip**: you can also use Symfony [MakerBundle](https://symfonycasts.com/screencast/symfony-fundamentals/maker-command?cid=apip) thanks to the `--api-resource` option:
471
+
**Tip**: You can use Symfony [MakerBundle](https://symfonycasts.com/screencast/symfony-fundamentals/maker-command?cid=apip) to generate a Doctrine entity that is also a resource thanks to the `--api-resource` option:
0 commit comments