From 263b094cab102a16509314f9274ff4f539e6ced1 Mon Sep 17 00:00:00 2001 From: Alberto Iannaccone Date: Fri, 8 Nov 2019 11:01:57 +0100 Subject: [PATCH] fix typo in usage.md --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index d8ffbd90..8b181576 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -63,7 +63,7 @@ tasks: - echo $GREETING ``` -> NOTE: `env` supports expansion and and retrieving output from a shell command +> NOTE: `env` supports expansion and retrieving output from a shell command > just like variables, as you can see on the [Variables](#variables) section. ## Operating System specific tasks