Skip to content

Commit

Permalink
Fix namespace preparation grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
biya-bi committed Jun 21, 2024
1 parent 295cf84 commit 92f3d35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kubectl config set-context --current --namespace {chapter-namespace}
----

ifdef::openshift[]
All exercises of this chapter will be done a namesapace `{chapter-namespace}`, lets create the project if not done earlier and switch to the `{chapter-namespace}` namespace:
All exercises of this chapter will be done in a namesapace `{chapter-namespace}`, lets create the project if not done earlier and switch to the `{chapter-namespace}` namespace:
endif::[]

As part of this exercise we will need to install the following external tasks and cluster tasks to be installed in the namespace:
Expand Down

0 comments on commit 92f3d35

Please sign in to comment.