From 42cdcd6c62c5f92819025b633370666fd8ed437b Mon Sep 17 00:00:00 2001 From: shanrajad23 Date: Tue, 6 Feb 2024 18:18:15 +0530 Subject: [PATCH] fixing typo in TAP AVI workload use case Signed-off-by: shanrajad23 --- src/solution-workbooks/tap-workloads-avi-l4-l7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solution-workbooks/tap-workloads-avi-l4-l7.md b/src/solution-workbooks/tap-workloads-avi-l4-l7.md index 06919f9e..5aea2eac 100644 --- a/src/solution-workbooks/tap-workloads-avi-l4-l7.md +++ b/src/solution-workbooks/tap-workloads-avi-l4-l7.md @@ -214,7 +214,7 @@ Tanzu Application Platform allows you to create new workload types. In this exam ```bash yq eval -i '.metadata.name = "avi-l4-l7-server-template"' avi-l4-l7-server-template.yaml ``` -1. Create the new `ClusterConfigTemplate` by running the follwoing command: +1. Create the new `ClusterConfigTemplate` by running the following command: ```bash kubectl apply -f avi-l4-l7-server-template.yaml