Skip to content

Commit 96a336d

Browse files
authored
typo fix (#626)
1 parent 045e2c1 commit 96a336d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactivity.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Next we'll turn our attention to the theory of reactivity that underlies the mag
1414
- In Chapter \@ref(reactivity-components), you'll learn how to escape the constraints of the reactive graph using `reactiveVal()` and `observe()`.
1515

1616
You certainly don't need to understand all these details for routine development of Shiny apps.
17-
But improving your understanding will help you write correct apps from the get go, and when something behaves unexpectedly you can more quickly narrow in on the underlying issue.
17+
But improving your understanding will help you write correct apps from the get-go, and when something behaves unexpectedly you can more quickly narrow in on the underlying issue.

0 commit comments

Comments
 (0)