Skip to content

Commit 7e89a4f

Browse files
committed
minor #157 Fixing typo - thanks to @tacman (weaverryan)
This PR was merged into the main branch. Discussion ---------- Fixing typo - thanks to `@tacman` | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | No | License | MIT Originally form symfony/ux-twig-component#2 thanks to `@tacman` Commits ------- 4a61405 Fixing typo - thanks to `@tacman`
2 parents 3e1fd7e + 4a61405 commit 7e89a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ method and called that from the template via `this.products`.
291291
This was done because, as a general rule, you should make your components
292292
as _lazy_ as possible and store only the information you need on its
293293
properties (this also helps if you convert your component to a
294-
[live component](https://github.com/symfony/ux-live-component)) later. With this setup, the
294+
[live component](https://github.com/symfony/ux-live-component) later). With this setup, the
295295
query is only executed if and when the `getProducts()` method
296296
is actually called. This is very similar to the idea of
297297
"computed properties" in frameworks like [Vue](https://v3.vuejs.org/guide/computed.html).

0 commit comments

Comments
 (0)