Skip to content

Commit

Permalink
Fix broken Markdown due to an invisible char
Browse files Browse the repository at this point in the history
I am unsure what was there, but replacing the "space" between `##` and `Enable` with a regular space (i.e., ' ') fixed it
  • Loading branch information
exalted authored Aug 2, 2024
1 parent 9295a85 commit db3d852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-opensearchservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ const domain = new Domain(this, 'Domain', {
});
```

## Enable support for Multi-AZ with Standby deployment
## Enable support for Multi-AZ with Standby deployment

The domain can be configured to use [multi-AZ with standby](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html#managedomains-za-standby).

Expand Down

0 comments on commit db3d852

Please sign in to comment.