Skip to content

Commit b66c94a

Browse files
committed
docs: typos ... again
1 parent 63c2b9a commit b66c94a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ PowerShell
6565
powershell
6666
README
6767
readme
68+
reusable
6869
runtime
6970
spf
7071
SSO

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The samples are available in the folder `sample-setups`. We provide each scenari
1515

1616
You find further details in the [`READEME.md`](./sample-setups/README.md) file of the `sample-setups` folder and in the `README.md` files of the individual sample setups
1717

18-
In addition, we have a folder `modules` containing reuseable Terraform modules. These modules are used in the sample setups.
18+
In addition, we have a folder `modules` containing reusable Terraform modules. These modules are used in the sample setups.
1919

2020
## Getting Support
2121

sample-setups/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
We follow the paradigms of a simple and clear Terraform configuration as laid out in [Simple, Clear, Maintainable](https://rosesecurity.dev/2024/11/24/terraform-proverbs.html); especially:
66

77
- Clear is better than clever.
8-
- Modules should be reuseable, not rigid.
8+
- Modules should be reusable, not rigid.
99
- Outputs are for sharing.
1010
- Labels are free; use them liberally.
1111
- Descriptions are for users.
@@ -49,7 +49,7 @@ The module [base-directory-setup](./modules/base-directory-setup/README.md) is u
4949

5050
### Subaccount Setup
5151

52-
The reuseable parts of the subaccount setup are:
52+
The reusable parts of the subaccount setup are:
5353

5454
- The module [SAP BTP - Default Subaccount Entitlements](./modules/sap-btp-subaccount-default-entitlements/README.md) encapsulates the default entitlements for SAP BTP subaccounts. It distinguishes between the different development stages of the environment (Dev, Test, Prod, Shared) and provides the default data of entitlements for each stage. The entitlement is executed in the configuration of the [basic setup of the subaccount](./basic-setup/directory-setup/README.md)
5555
- The creation of the different SAP BTP environments are encapsulated in modules for [Cloud Foundry](./modules/sap-btp-environment/cloudfoundry/README.md) and [Kyma](./modules/sap-btp-environment/kyma/README.md).

0 commit comments

Comments
 (0)