From 48040fa8b3fb3e33bf87db754d067256e374303f Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 1 Mar 2021 15:17:30 -0600 Subject: [PATCH] Fix typo Fixes #425 --- reactivity-graph.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactivity-graph.Rmd b/reactivity-graph.Rmd index 7d382a1e..0e82666b 100644 --- a/reactivity-graph.Rmd +++ b/reactivity-graph.Rmd @@ -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)