From 9111151278be91797fbb41ae76e01e5430452845 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Fri, 7 Jun 2024 11:29:31 -0400 Subject: [PATCH] docs: fix typo in getting started guide Signed-off-by: Rich Lander --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 1c866b4..698999e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -258,7 +258,7 @@ our workload config. ```bash operator-builder init \ - --workload-config .source-manfiests/workload.yaml + --workload-config .source-manifests/workload.yaml ``` With the basic project now set up, we can now run the `create api` command to @@ -266,7 +266,7 @@ create a new custom API for our workload. ```bash operator-builder create api \ - --workload-config .source-manfiests/workload.yaml \ + --workload-config .source-manifests/workload.yaml \ --controller \ --resource ```