From 4a3141df0502b85bbe0dbcb47a4a7147c5b356ca Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 12 Jun 2024 09:39:14 +0900 Subject: [PATCH] Fix typo in templates.md (#520) substition -> substitution --- docs/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.md b/docs/templates.md index b54ea4ca2..ada142f23 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -265,7 +265,7 @@ conn-pool-id-2 #### parseJSON -Takes the given input and parses the result as JSON. This can allow you to wrap an entire job template as shown below and pull variables from Consul KV for template rendering. The below example is based on the template substition above and expects the Consul KV to be `{"resources":{"cpu":250,"memory":512,"network":{"mbits":10}}}`: +Takes the given input and parses the result as JSON. This can allow you to wrap an entire job template as shown below and pull variables from Consul KV for template rendering. The below example is based on the template substitution above and expects the Consul KV to be `{"resources":{"cpu":250,"memory":512,"network":{"mbits":10}}}`: Example: ```