From 2c7c13dbb1c53f6295ccaa8d40348a44debcb8fe Mon Sep 17 00:00:00 2001 From: Gary Sassano <10464497+garysassano@users.noreply.github.com> Date: Tue, 26 Sep 2023 07:32:09 +0200 Subject: [PATCH] fix docs --- docs/content/getting_started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/getting_started/index.md b/docs/content/getting_started/index.md index 04ec94aec..a9266fee5 100644 --- a/docs/content/getting_started/index.md +++ b/docs/content/getting_started/index.md @@ -70,7 +70,7 @@ The AWS PDK lets you define your project structure as code in one of its support !!!info These code snippets are intended for illustration only. They are incomplete and won't run as they are. - Whilst this example is trivial, imagine a construct which creates a secure S3 bucket with yoru organizations preferred settings. This construct could be re-used on all projects without having to think about which settings should or shouldn't be set. By abstracting your constructs, you can also gain significant time savings as you could have higher level constructs that create multiple resources from a single CDK construct configuration. + Whilst this example is trivial, imagine a construct which creates a secure S3 bucket with your organizations preferred settings. This construct could be re-used on all projects without having to think about which settings should or shouldn't be set. By abstracting your constructs, you can also gain significant time savings as you could have higher level constructs that create multiple resources from a single CDK construct configuration. ??? "Projen Primer"