Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Fix typos called out in
#696 (comment)
and
#696 (comment).
  • Loading branch information
michaelryanpeter committed Apr 1, 2024
1 parent ab0ca23 commit 083a09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Tasks/explore-available-packages.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 083a09b

Please sign in to comment.