Skip to content

Commit

Permalink
Wording update on readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
In-Ko committed Jan 9, 2023
1 parent 1956def commit 61a2682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guided-tour/error-handling/delete-error/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

For prerequisites, see [here](../../README.md#prerequisites-and-basic-definitions).

In this example, we will again deploy the Helm chart of the hello-world example and then delete it again. We will provoke an error during the deletion by removing the target before the deletion happened.
In this example, we will again deploy the Helm chart of the hello-world example and then delete it. During the deletion, an error will be provoked by removing the target before the deletion happened.

## Procedure

Expand All @@ -21,7 +21,7 @@ First create the Target and the Installation again:

## Delete the Target and the Installation

In the next step, we will delete the target `my-cluster`:
In the next step, delete the target `my-cluster`:

```shell
kubectl delete target -n example my-cluster
Expand Down

0 comments on commit 61a2682

Please sign in to comment.