From 3beb73a375c27a848e965d3ed8cef25da57926d9 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Tue, 8 Oct 2019 11:21:15 +0100 Subject: [PATCH] Fix a tiny typos ...that may cause not so tiny issues with people getting started with Tekton! Thx @mnuttall for finding this. --- docs/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources.md b/docs/resources.md index 9ca33d444a5..9b3ba94aa73 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -83,7 +83,7 @@ $(resources..) The `path` key is pre-defined and refers to the local path to a resource on the mounted volume ```shell -$(inputs.resouces..path) +$(inputs.resources..path) ``` ### Controlling where resources are mounted