Skip to content

Commit 56f73a7

Browse files
fix(docs): fix bunch of typos in different MD files (#795)
Co-authored-by: Prakarsh <[email protected]>
1 parent 3bfe947 commit 56f73a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,4 @@ We are deeply grateful for all our amazing contributors!
281281
We at Devtron take security and our users' trust very seriously. If you believe you have found a security issue in Devtron, please responsibly disclose this to us at [email protected].
282282

283283
## :bookmark: License
284-
Devtron is available under the [Apache License, Version 2.0](LICENSE).
284+
Devtron is available under the [Apache License, Version 2.0](LICENSE)

docs/user-guide/creating-application/environment-overrides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You will see all your environments associated with an application under the `Env
77

88
You can customize your `Deployment template, ConfigMap, Secrets` in Environment Overrides section to add separate customizations for different environments such as dev, test, integration, prod, etc.
99

10-
## Deployment template - Funtionality
10+
## Deployment template - Functionality
1111

1212
If you want to deploy an application in a non-production environment and then in production environment once testing is done in non-prod environment, then you do not need to create a new application for prod environment. Your existing pipeline\(non-prod env\) will work for both the environments with little customization in your deployment template under `Environment overrides`.
1313

@@ -19,7 +19,7 @@ Configuring the Deployment template inside `Environment Overrides` for a specifi
1919

2020
If there are no overrides specified for an environment in the `Environment Overrides` section, the deployment template will be the one you specified in the `deployment template section` of the app creation.
2121

22-
*(Note: This example is meant only for a representational purpose. You can choose to add any customizations you want in your depoyment templates in the `Environment Overrides` tab)*
22+
*(Note: This example is meant only for a representational purpose. You can choose to add any customizations you want in your deployment templates in the `Environment Overrides` tab)*
2323

2424
Any changes in the configuration will not be added to the template, instead, it will make a copy of the template and lets you customize it for each particular environment. And now this overridden template will be used only for the specified Environment.
2525

sample-docker-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sample Docker Templates
22

33
This directory contains sample Dockerfile templates for different languages and
4-
frameworks which can be used for furthur containerizing the application and deploy
4+
frameworks which can be used for further containerizing the application and deploy
55
it in production environment. The template contains a generic approach for building
66
containerized application with server config files included in it.
77

0 commit comments

Comments
 (0)