From da5bd70d188bd1488b46dbd9a8d1e110d66b1c1f Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 19 Nov 2024 05:14:44 -0800 Subject: [PATCH] Fix typo --- content/en/templates/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/introduction.md b/content/en/templates/introduction.md index e5650149a..f8f50dfaa 100644 --- a/content/en/templates/introduction.md +++ b/content/en/templates/introduction.md @@ -167,7 +167,7 @@ Whitespace includes spaces, horizontal tabs, carriage returns, and newlines. ### Pipes -Within a template action you may [pipe] a value to function or method. The piped value becomes the final argument to the function or method. For example, these are equivalent: +Within a template action you may [pipe] a value to a function or method. The piped value becomes the final argument to the function or method. For example, these are equivalent: [pipe]: /getting-started/glossary/#pipeline