Skip to content

Commit d819fbd

Browse files
committed
Fix typo in README.md
1 parent 536e836 commit d819fbd

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)