Skip to content

Commit bdf9e7b

Browse files
author
Ikko Eltociear Ashimine
authored
docs: update DEVELOPER_GUIDE.md (#472)
accross -> across Signed-off-by: Ikko Eltociear Ashimine <[email protected]>
1 parent 918f5ed commit bdf9e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPER_GUIDE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Navigate to the [Generative AI CDK Construct Repository] (https://github.com/aws
133133
|--resources (If you need additional resources packaged with your library)
134134
|--projenrc (Folder containing utilities for the main projenrc file)
135135
|--src/ (Source .ts files)
136-
|--common/ (Common code reused accross constructs)
136+
|--common/ (Common code reused across constructs)
137137
|--helpers
138138
|-- README.md (Documentation for helper functions)
139139
|-- *-helper.ts (Helper source file)
@@ -145,7 +145,7 @@ Navigate to the [Generative AI CDK Construct Repository] (https://github.com/aws
145145
|--architecture.png (Construct diagram)
146146
|--index.ts (Constructs need to be exported from this index.ts file)
147147
|--test/
148-
|--common/ (Common code reused accross constructs)
148+
|--common/ (Common code reused across constructs)
149149
|--helpers
150150
|-- *-helper.test.ts (Helper source file)
151151
|--patterns/

0 commit comments

Comments
 (0)