Skip to content

Commit

Permalink
docs(opensearchservice): fix broken Markdown due to an invisible char (
Browse files Browse the repository at this point in the history
…#31007)

### Issue # (if applicable)

Closes #<issue number here>.

### Reason for this change

For some invisible char in the Markdown, it wasn't rendered correctly.

### Description of changes

I am unsure what was there, but replacing the "space" between `##` and `Enable` with a regular space (i.e., ' ') fixed it.

### Description of how you validated changes

After this change, using the Markdown preview feature in my editor, as well as regular Markdown syntax highlighting, worked as expected.

### Checklist
- [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
exalted authored Aug 7, 2024
1 parent ae7d181 commit 71f07e4
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 71f07e4

Please sign in to comment.