Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Mar 1, 2021
1 parent 05052b3 commit 48040fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactivity-graph.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ knitr::include_graphics("diagrams/reactivity-tracking/06.png", dpi = 300)
### The next output executes

Now that the first output is complete, Shiny chooses another to execute.
This output turns turns orange, Figure \@ref(fig:graph-output-next), and starts reading values from reactive producers.
This output turns orange, Figure \@ref(fig:graph-output-next), and starts reading values from reactive producers.

```{r graph-output-next, echo = FALSE, out.width = NULL, fig.cap ="The next output starts computing, turning orange."}
knitr::include_graphics("diagrams/reactivity-tracking/07.png", dpi = 300)
Expand Down

0 comments on commit 48040fa

Please sign in to comment.