Skip to content

Commit 32658f6

Browse files
committed
fix: typos
1 parent 7d343c3 commit 32658f6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.wordlist.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,20 @@ js
4242
JS
4343
jq
4444
Kyma
45+
Kubeconfig
46+
kubeconfig
47+
kymaruntime
48+
Kyma
49+
kyma
4550
macOS
4651
md
4752
namings
4853
Namings
4954
NextSteps
5055
OAuth
56+
OpenID
57+
oidc
58+
OIDC
5159
OpenSSF
5260
OpenTofu
5361
PEM

sample-setups/basic-setup/subaccount-setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The configuration of the setup is done in the corresponding module [`sap-btp-env
4747

4848
The setup of a Kyma environment is optional. The caller can decide if a Kyma environment is required or not e.g. when setting up a shared subaccount. The boolean variable is `provision_kyma_environment` in the [variables.tf](./variables.tf) file.
4949

50-
If the Kyma environemnt is requested, the variable `kyma_administrators` in the [variables.tf](./variables.tf) file must be filled with the users that should be assigned as administrators. This condition is validated
50+
If the Kyma environment is requested, the variable `kyma_administrators` in the [variables.tf](./variables.tf) file must be filled with the users that should be assigned as administrators. This condition is validated
5151

5252
The configuration of the setup is done in the corresponding module [`sap-btp-environment/kyma`](../../modules/sap-btp-environment/kyma/README.md).
5353

sample-setups/modules/sap-btp-environment/CloudFoundry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SAP BTP - CLoud Foundry Environment Setup
1+
# SAP BTP - Cloud Foundry Environment Setup
22

33
This module encapsulates the creation of a Cloud Foundry environment in a subaccount on SAP BTP.
44

sample-setups/modules/sap-btp-environment/kyma/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SAP BTP - Kyma Environment Setup
22

3-
This module encapsulates the creation of a Kyma environment in a subaccount on SAP BTP. The configuration is a basic setup. In a real world scenario, you would likely want to customize the setuo further with resoect to the available parameters like machine type etc. as described in the [documentation](https://help.sap.com/docs/btp/sap-business-technology-platform/provisioning-and-update-parameters-in-kyma-environment) depending on the stage of the environment (development, test, production).
3+
This module encapsulates the creation of a Kyma environment in a subaccount on SAP BTP. The configuration is a basic setup. In a real world scenario, you would likely want to customize the setup further with respect to the available parameters like machine type etc. as described in the [documentation](https://help.sap.com/docs/btp/sap-business-technology-platform/provisioning-and-update-parameters-in-kyma-environment) depending on the stage of the environment (development, test, production).
44

55
## Requirements
66

0 commit comments

Comments
 (0)