Skip to content

Commit 9f0dbcf

Browse files
RomainMullerhollanddd
authored andcommitted
chore: replace angle braces with HTML-safe entities (aws#13619)
This is an attempt to make the documentation safer to parse and render. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 75b26b6 commit 9f0dbcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@aws-cdk/aws-efs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ efs.AccessPoint.fromAccessPointAttributes(this, 'ap', {
9090
⚠️ Notice: When importing an Access Point using `fromAccessPointAttributes()`, you must make sure
9191
the mount targets are deployed and their lifecycle state is `available`. Otherwise, you may encounter
9292
the following error when deploying:
93-
> EFS file system <ARN of efs> referenced by access point <ARN of access point of EFS> has
93+
> EFS file system &lt;ARN of efs&gt; referenced by access point &lt;ARN of access point of EFS&gt; has
9494
> mount targets created in all availability zones the function will execute in, but not all
95-
>are in the available life cycle state yet. Please wait for them to become available and
95+
> are in the available life cycle state yet. Please wait for them to become available and
9696
> try the request again.
9797
9898
### Connecting

0 commit comments

Comments
 (0)