Skip to content

Commit 4553156

Browse files
committed
correct minor typo
1 parent 27208e1 commit 4553156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/server/assigns-eex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Or using the special `:for` attribute:
260260
```
261261

262262
Comprehensions in templates are optimized so the static parts of
263-
a comprehension are only set once, regardless of the number of items.
263+
a comprehension are only sent once, regardless of the number of items.
264264
However, keep in mind LiveView does not track changes within the
265265
collection given to the comprehension. In other words, if one entry
266266
in `@posts` changes, all posts are sent again.

0 commit comments

Comments
 (0)