Skip to content

Commit f92c9d1

Browse files
authored
Fix typos and improve sentence in Symfony docs (#2180)
1 parent ff325ee commit f92c9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

symfony/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ We are fond of [Hoppscotch](https://hoppscotch.com), a free and open source API
241241

242242
## Keep Your Project in Sync with the API Platform Template
243243

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
245245
[The _template-sync_ project](https://github.com/coopTilleuls/template-sync) got you covered.
246246

247247
Run the following command to import the changes since your last update:
@@ -468,7 +468,7 @@ Modify these files as described in these patches:
468468
public function getId(): ?int
469469
```
470470

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

473473
```console
474474
bin/console make:entity --api-resource

0 commit comments

Comments
 (0)