From 6a0c574037b853ea179ae5029e72a25eadb2246f Mon Sep 17 00:00:00 2001 From: Romain Marcadier Date: Tue, 16 Mar 2021 17:58:08 +0100 Subject: [PATCH] chore: replace angle braces with HTML-safe entities This is an attempt to make the documentation safer to parse and render. --- packages/@aws-cdk/aws-efs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@aws-cdk/aws-efs/README.md b/packages/@aws-cdk/aws-efs/README.md index 002ba355e51eb..444a3a69d7480 100644 --- a/packages/@aws-cdk/aws-efs/README.md +++ b/packages/@aws-cdk/aws-efs/README.md @@ -90,9 +90,9 @@ efs.AccessPoint.fromAccessPointAttributes(this, 'ap', { ⚠️ Notice: When importing an Access Point using `fromAccessPointAttributes()`, you must make sure the mount targets are deployed and their lifecycle state is `available`. Otherwise, you may encounter the following error when deploying: -> EFS file system referenced by access point has +> EFS file system <ARN of efs> referenced by access point <ARN of access point of EFS> has > mount targets created in all availability zones the function will execute in, but not all ->are in the available life cycle state yet. Please wait for them to become available and +> are in the available life cycle state yet. Please wait for them to become available and > try the request again. ### Connecting