From 4cdad818d8b9317eadb6cf20c24a21fb9240e830 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 8 Apr 2021 16:44:52 +0200 Subject: [PATCH] Fix typo (#541) Invocation instead of invokation --- _articles/send/send-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/send/send-cli.md b/_articles/send/send-cli.md index 096c26cc..8cca3b02 100644 --- a/_articles/send/send-cli.md +++ b/_articles/send/send-cli.md @@ -74,7 +74,7 @@ bw send template send.text | jq ".name=\"My First Send\" | .text.text=\"Secrets ``` {% callout success %} -Notice in the 2nd example that the jq invokation must be wrapped in double quotes (`" "`) and use escapes (`\`) for each filter due to a nested `date` variable that configures a `.deletionDate` in the Send. +Notice in the 2nd example that the jq invocation must be wrapped in double quotes (`" "`) and use escapes (`\`) for each filter due to a nested `date` variable that configures a `.deletionDate` in the Send. {% endcallout %} **Options:**