From 736803757252d91311a5325da278b1ba1e361b1f Mon Sep 17 00:00:00 2001 From: Matthew Triggs Date: Fri, 8 Nov 2024 11:03:10 +0000 Subject: [PATCH] Update minor typo --- 07-targets.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-targets.qmd b/07-targets.qmd index 3919d2f..ff38bc6 100644 --- a/07-targets.qmd +++ b/07-targets.qmd @@ -753,7 +753,7 @@ make_plot <- function(data){ } ``` -If you know save the script, and check the pipeline with `tar_visnetwork()`, you will see that some targets are not out of date: +If you now save the script, and check the pipeline with `tar_visnetwork()`, you will see that some targets are not out of date: ```{r, echo = F}