Skip to content

Commit f842204

Browse files
authored
typo (#529)
1 parent 036fd1d commit f842204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactivity-escaping.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ But there are still two drawbacks:
268268

269269
- If the table or plot are in tabs that are not currently visible, the observer will still draw/plot them.
270270

271-
- If the `head()` throws an error, the `observe()` will terminate the app, but `reactive()` will propagate it so it's displayed reactive throws an error, it won't get propagated.
271+
- If the `head()` throws an error, the `observe()` will terminate the app, but `reactive()` will propagate it so it's displayed.
272272

273273
And things will get progressively worse as the app gets more complicated.
274274
It's very easy to revert to the event-driven programming situation described in Section \@ref(event-driven).

0 commit comments

Comments
 (0)