Skip to content

Commit

Permalink
Missing 'to' and consistent colons
Browse files Browse the repository at this point in the history
  • Loading branch information
mswatosh committed Feb 20, 2024
1 parent 7a57496 commit a2f654c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/Getting-started/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This tutorial shows you how to

## Create a Kubernetes cluster

Create a cluster
Create a cluster:

```bash
minikube start --kubernetes-version v1.25.14
Expand Down Expand Up @@ -125,13 +125,13 @@ running in its own container.



1. Apply the changes your cluster:
1. Apply the changes to your cluster:

```bash
kubectl apply --filename hello-world.yaml
```

The output confirms that the Task was completed successfully.
The output confirms that the Task was completed successfully:

```
task.tekton.dev/hello created
Expand Down Expand Up @@ -162,7 +162,7 @@ running in its own container.
kubectl get taskrun hello-task-run
```

The output of this command shows the status of the Task
The output of this command shows the status of the Task:

```
Expand Down

0 comments on commit a2f654c

Please sign in to comment.