File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Navigate to the [Generative AI CDK Construct Repository] (https://github.com/aws
133
133
|--resources (If you need additional resources packaged with your library)
134
134
|--projenrc (Folder containing utilities for the main projenrc file)
135
135
|--src/ (Source .ts files)
136
- |--common/ (Common code reused accross constructs)
136
+ |--common/ (Common code reused across constructs)
137
137
|--helpers
138
138
|-- README.md (Documentation for helper functions)
139
139
|-- * -helper.ts (Helper source file)
@@ -145,7 +145,7 @@ Navigate to the [Generative AI CDK Construct Repository] (https://github.com/aws
145
145
|--architecture.png (Construct diagram)
146
146
|--index.ts (Constructs need to be exported from this index.ts file)
147
147
|--test/
148
- |--common/ (Common code reused accross constructs)
148
+ |--common/ (Common code reused across constructs)
149
149
|--helpers
150
150
|-- * -helper.test.ts (Helper source file)
151
151
|--patterns/
You can’t perform that action at this time.
0 commit comments