diff --git a/workflow-style.qmd b/workflow-style.qmd index 97a6f09..4e2218c 100644 --- a/workflow-style.qmd +++ b/workflow-style.qmd @@ -109,7 +109,7 @@ flights |> ## Pipes {#sec-pipes} `|>` should always have a space before it and should typically be the last thing on a line. -This makes makes it easier to add new steps, rearrange existing steps, modify elements within a step, and to get a 50,000 ft view by skimming the verbs on the left-hand side. +This makes it easier to add new steps, rearrange existing steps, modify elements within a step, and to get a 50,000 ft view by skimming the verbs on the left-hand side. ```{r} #| eval: false