From ebf42efde86a34fd33376b6f1eb2d1f42b9b4e5d Mon Sep 17 00:00:00 2001 From: "Y. Yu" <54338793+PursuitOfDataScience@users.noreply.github.com> Date: Thu, 18 Aug 2022 08:53:47 -0400 Subject: [PATCH] Update workflow-style.qmd (#1074) Small fix. --- workflow-style.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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