From 083a09bc7d50b7db42b5bd906597680b34422997 Mon Sep 17 00:00:00 2001 From: Michael Ryan Peter Date: Mon, 1 Apr 2024 14:28:25 -0400 Subject: [PATCH] Fix typos Fix typos called out in https://github.com/operator-framework/operator-controller/pull/696#discussion_r1529621343 and https://github.com/operator-framework/operator-controller/pull/696#discussion_r1529622041. --- docs/Tasks/explore-available-packages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Tasks/explore-available-packages.md b/docs/Tasks/explore-available-packages.md index bb35e12a6..117757f87 100644 --- a/docs/Tasks/explore-available-packages.md +++ b/docs/Tasks/explore-available-packages.md @@ -1,4 +1,4 @@ -After you add a catalog of exetensions to your cluster, you must port forward your catalog as a service. +After you add a catalog of extensions to your cluster, you must port forward your catalog as a service. Then you can query the catalog by using `curl` commands and the `jq` CLI tool to find extensions to install. ## Prerequisites @@ -8,7 +8,7 @@ Then you can query the catalog by using `curl` commands and the `jq` CLI tool to ## Procedure -1. Port forward the catalog server sevice: +1. Port forward the catalog server service: ``` terminal $ kubectl -n catalogd-system port-forward svc/catalogd-catalogserver 8080:80