Skip to content

Commit 71f07e4

Browse files
authored
docs(opensearchservice): fix broken Markdown due to an invisible char (#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*
1 parent ae7d181 commit 71f07e4

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/aws-opensearchservice

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-opensearchservice/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ const domain = new Domain(this, 'Domain', {
464464
});
465465
```
466466

467-
## Enable support for Multi-AZ with Standby deployment
467+
## Enable support for Multi-AZ with Standby deployment
468468

469469
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).
470470

0 commit comments

Comments
 (0)