Skip to content

Commit 3c2c411

Browse files
committed
minor #79 Fix typo in README.md (tienvx)
This PR was merged into the main branch. Discussion ---------- Fix typo in README.md | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | NA | License | MIT Just fix a typo Commits ------- d819fbd Fix typo in README.md
2 parents 7e6f2bc + d819fbd commit 3c2c411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Turbo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ are passed to the template as variables: `entity`, `id`, `action` and `options`.
414414

415415
### Broadcast Conventions and Configuration
416416

417-
Because Symfony UX Turbo needs acces to their identifier, entities have to either be managed
417+
Because Symfony UX Turbo needs access to their identifier, entities have to either be managed
418418
by Doctrine ORM, have a public property named `id`, or have a public method named `getId()`.
419419

420420
Symfony UX Turbo will look for a template named after mapping their Fully Qualified Class Names.

0 commit comments

Comments
 (0)