Skip to content

Commit f9000b8

Browse files
skinny85Elad Ben-Israel
authored andcommitted
docs(rds): fix weird rendering of socketAddress property in Endpoint (#13125)
Based the fix on [`domainName` in `CertificateProps`](https://github.com/aws/aws-cdk/blob/33339e1c5f3ac280018e294c268c68929707dcce/packages/%40aws-cdk/aws-certificatemanager/lib/certificate.ts#L28-L28) (rendered version: https://docs.aws.amazon.com/cdk/api/latest/python/aws_cdk.aws_certificatemanager/CertificateProps.html#aws_cdk.aws_certificatemanager.CertificateProps.domain_name). Fixes #12287 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 9eb79d1 commit f9000b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-docdb/lib/endpoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class Endpoint {
4040
public readonly port: number;
4141

4242
/**
43-
* The combination of "HOSTNAME:PORT" for this endpoint
43+
* The combination of ``HOSTNAME:PORT`` for this endpoint.
4444
*/
4545
public readonly socketAddress: string;
4646

0 commit comments

Comments
 (0)