Skip to content

Commit

Permalink
Merge pull request #29 from alma-cdk/fix/docs-update
Browse files Browse the repository at this point in the history
fix: docs typo
  • Loading branch information
aripalo authored Apr 10, 2024
2 parents 658ad8c + 42b29b0 commit d8f72b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Steps required to define a _environmental_ project resources; At first, it might
import { SmartStack, Name, UrlName, PathName, EC } from '@alma-cdk/project';
export class MyStack extends SmartStack {
constructor(scope: Construct, id: string, props?: StackProps) {
constructor(scope: Construct, id: string, props: StackProps) {
super(scope, id, props);
new dynamodb.Table(this, 'Table', {
Expand Down

0 comments on commit d8f72b4

Please sign in to comment.