Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee committed Sep 25, 2024
1 parent 1ee3aae commit 73971ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_include/metric-shipping/aws-metrics-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ configured the minimum required IAM permissions as follows:
- `cloudformation:ListStackResources`


**2. Create Stack in the relevant region**
**2. Create stack in the relevant region**

To deploy this project, click the button that matches the region you wish to deploy your stack to:

Expand Down
2 changes: 1 addition & 1 deletion docs/_include/metric-shipping/aws-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


## Configure AWS to forward metrics to Logz.io
### Create Stack in the relevant region
### Create stack in the relevant region

To deploy this project, click the button that matches the region you wish to deploy your stack to:

Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/AWS/aws-control-tower.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AWS Control Tower is a tool to control a top-level summary of policies applied t

## Deploy an S3 Hook Lambda function

### Create Stack in the relevant region
### Create stack in the relevant region

:::note
The stacks must be deployed in the same region as the S3 buckets.
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ For more details, see the [Logback documentation](https://logback.qos.ch/manual/
</configuration>
```

To output `debug` messages, include the parameter into the code:
To output `debug` messages, add the parameter into the code:


```xml
Expand Down

0 comments on commit 73971ba

Please sign in to comment.