Skip to content

Commit 4a61405

Browse files
authored
Fixing typo - thanks to @tacman
1 parent 3e1fd7e commit 4a61405

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)