Skip to content

Commit 51cfc83

Browse files
Apply suggestions from code review
Co-authored-by: Malik <60721392+MalikAtalla-AWS@users.noreply.github.com>
1 parent 6155f4e commit 51cfc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RFCs/0070-Fn::Length.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Use a hardcoded list
6767

6868
# Limitation
6969

70-
`Fn::Length` will not work with lists that are dynamically generated at provisinoing time. For example, assuming MyBucket is the logical id of a AWS::S3::Bucket resource, the following is not supported:
70+
`Fn::Length` will not work with lists that are dynamically generated at provisioning time. For example, assuming MyBucket is the logical id of a AWS::S3::Bucket resource, the following is not supported:
7171
```json
7272
{
7373
"Fn::Length": { "Fn::Split": [":", { "Fn::GetAtt": [ "MyBucket", "Arn" ] } ] }

0 commit comments

Comments
 (0)