Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#321 from GonMMarques/GonMMarques/f…
Browse files Browse the repository at this point in the history
…ix-typos

fix: Small doc typos
  • Loading branch information
k8s-ci-robot authored Feb 27, 2023
2 parents b775477 + 31e6c04 commit 7b72bd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/content/en/guides/app_deployment/publishing_bases.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ White Box Bases may be versioned using the well known versioning techniques prov

## Forking a White Box Base

Uses may fork a White Box Base hosted on GitHub by forking the GitHub repo. This allows the user
Users may fork a White Box Base hosted on GitHub by forking the GitHub repo. This allows the user
complete control over changes to the Base. Users should periodically pull changes from the
upstream repo back into the fork to get bug fixes and optimizations.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hello
---

{{% alert color="success" title="Operations" %}}
One can also perfrom debugging operations such as:
One can also perform debugging operations such as:
- Print Logs for all Pods for a Workload
- Follow Logs for a Container
- Printing Logs for a Container that has exited
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ kubectl cp <some-pod>:/tmp/foo /tmp/bar
```

{{% alert color="success" title="Operations" %}}
One can also perfrom operations such as:
One can also perform operations such as:
- Copy a specific container within a Pod running multiple containers
- Set the Pod namespace by prefixing the Pod name with `<namespace>/`.
{{% /alert %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubectl port-forward pod/mypod 5000 6000
---

{{% alert color="success" title="Operations" %}}
One can also perfrom operations such as, Port Forward to:
One can also perform operations such as, Port Forward to:
- Pod in a Workload
- Different Local and Remote Ports
- Random Local Port
Expand Down

0 comments on commit 7b72bd1

Please sign in to comment.