From 31e6c04fc38863e5d026ce4f18fa323d886e2b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonc=CC=A7alo=20Marques?= <9379664+GonMMarques@users.noreply.github.com> Date: Sat, 18 Feb 2023 11:51:51 +0000 Subject: [PATCH] Fix some small doc typos --- site/content/en/guides/app_deployment/publishing_bases.md | 2 +- site/content/en/guides/container_debugging/container_logs.md | 2 +- .../en/guides/container_debugging/copying_container_files.md | 2 +- .../en/guides/container_debugging/port_forward_to_pods.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/en/guides/app_deployment/publishing_bases.md b/site/content/en/guides/app_deployment/publishing_bases.md index 11c77b30a..1c6163a2d 100755 --- a/site/content/en/guides/app_deployment/publishing_bases.md +++ b/site/content/en/guides/app_deployment/publishing_bases.md @@ -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. diff --git a/site/content/en/guides/container_debugging/container_logs.md b/site/content/en/guides/container_debugging/container_logs.md index 233bab6f4..1007b3640 100755 --- a/site/content/en/guides/container_debugging/container_logs.md +++ b/site/content/en/guides/container_debugging/container_logs.md @@ -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 diff --git a/site/content/en/guides/container_debugging/copying_container_files.md b/site/content/en/guides/container_debugging/copying_container_files.md index c62dd7bab..b11420b54 100755 --- a/site/content/en/guides/container_debugging/copying_container_files.md +++ b/site/content/en/guides/container_debugging/copying_container_files.md @@ -49,7 +49,7 @@ kubectl cp :/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 `/`. {{% /alert %}} diff --git a/site/content/en/guides/container_debugging/port_forward_to_pods.md b/site/content/en/guides/container_debugging/port_forward_to_pods.md index 53a249578..e8e51cbef 100755 --- a/site/content/en/guides/container_debugging/port_forward_to_pods.md +++ b/site/content/en/guides/container_debugging/port_forward_to_pods.md @@ -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