We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27208e1 commit 4553156Copy full SHA for 4553156
guides/server/assigns-eex.md
@@ -260,7 +260,7 @@ Or using the special `:for` attribute:
260
```
261
262
Comprehensions in templates are optimized so the static parts of
263
-a comprehension are only set once, regardless of the number of items.
+a comprehension are only sent once, regardless of the number of items.
264
However, keep in mind LiveView does not track changes within the
265
collection given to the comprehension. In other words, if one entry
266
in `@posts` changes, all posts are sent again.
0 commit comments