From 6a14e3ee95b29e0d22b342505b5738376e41a462 Mon Sep 17 00:00:00 2001 From: Sven Ole Lux Date: Wed, 17 Jan 2024 13:38:05 +0100 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a5f2ef0..f43621b9 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ To eject: ## Extend Lift constructs -Lift packages production-ready features in the form of highly opinionated construts with minimal configuration options in order to avoid confusion for serverless early adopters. In order to empower more advanced developpers, every construct ships with an `extensions` property allowing overrides on the underlying Cloudformation Resources. +Lift packages production-ready features in the form of highly opinionated construts with minimal configuration options in order to avoid confusion for serverless early adopters. In order to empower more advanced developers, every construct ships with an `extensions` property allowing overrides on the underlying Cloudformation Resources. In the exemple below, the S3 Bucket CloudFormation Resource generated by the `avatars` storage construct will be extened with the new `AccessControl: PublicRead` CloudFormation property.