Skip to content

Commit 860df8f

Browse files
apupiervrubezhny
authored andcommitted
Fix typos in readmes and doc
Signed-off-by: Aurélien Pupier <[email protected]>
1 parent 719d118 commit 860df8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Actions available in Components View
3333
* `Import from Git` - Deploy a git repository directly on OpenShift using a guided workflow
3434
* `New Component` - Create a component from the available registries.
3535

36-
Commands available in context for the compenent
36+
Commands available in context for the component
3737

3838
* `Start Dev` - The application has been built and deployed to the OpenShift/Kubernetes cluster and the application is port-forwarded for local accessibility. The extension will watch for changes in the current directory and rebuild the application when changes are detected.
3939
* `Start Dev on Podman` - Run the above start dev workflow for applications deployed on Podman.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge)](https://github.com/redhat-developer/vscode-openshift-tools/blob/main/LICENSE)
99

1010

11-
[Walthrough Running a Demo App](./doc/wild-west-demo-app-walkthrough.md)
11+
[Walkthrough Running a Demo App](./doc/wild-west-demo-app-walkthrough.md)
1212
[Getting Started](#getting-started)
1313
[Quick Start for Application Development](#quick-start---showcasing-component-creation)
1414
[Quick Start for Serverless Development](#quick-start---showcasing-serverless-workflow)

doc/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Note: MacOS users upgrading from an earlier release should perform a crc delete
121121
]
122122
}
123123
```
124-
# Run debugger from command pallet
124+
# Run debugger from command palette
125125

126126
## How to update dependencies
127127

doc/wild-west-demo-app-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ A [Service](https://kubernetes.io/docs/concepts/services-networking/service/)
294294
object is a way of exposing a `Deployment` to the Kubernetes internal network.
295295
A [Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/)
296296
manages running an application and can horizontally scale the application.
297-
Please refer to the linked documentation for more acurate technical descriptions of these concepts.
297+
Please refer to the linked documentation for more accurate technical descriptions of these concepts.
298298
In our case, the name of the `Service` object is the same as the name of the `Deployment`,
299299
and we can find the name of the `Deployment` in the "Application Explorer" section in the OpenShift sidebar.
300300

0 commit comments

Comments
 (0)