Skip to content

Commit 7b72bd1

Browse files
authored
Merge pull request #321 from GonMMarques/GonMMarques/fix-typos
fix: Small doc typos
2 parents b775477 + 31e6c04 commit 7b72bd1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

site/content/en/guides/app_deployment/publishing_bases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ White Box Bases may be versioned using the well known versioning techniques prov
8585

8686
## Forking a White Box Base
8787

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

site/content/en/guides/container_debugging/container_logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ hello
3434
---
3535

3636
{{% alert color="success" title="Operations" %}}
37-
One can also perfrom debugging operations such as:
37+
One can also perform debugging operations such as:
3838
- Print Logs for all Pods for a Workload
3939
- Follow Logs for a Container
4040
- Printing Logs for a Container that has exited

site/content/en/guides/container_debugging/copying_container_files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ kubectl cp <some-pod>:/tmp/foo /tmp/bar
4949
```
5050

5151
{{% alert color="success" title="Operations" %}}
52-
One can also perfrom operations such as:
52+
One can also perform operations such as:
5353
- Copy a specific container within a Pod running multiple containers
5454
- Set the Pod namespace by prefixing the Pod name with `<namespace>/`.
5555
{{% /alert %}}

site/content/en/guides/container_debugging/port_forward_to_pods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kubectl port-forward pod/mypod 5000 6000
2929
---
3030

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

0 commit comments

Comments
 (0)