Skip to content

Commit 4047c1b

Browse files
authored
Update typescript-package.md
1 parent 4c88540 commit 4047c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/typescript-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To complete the steps in this section, you must have the following:
9797
npm install -D @types/aws-lambda
9898
```
9999

100-
1. Open the **lib** directory\. You should see a file called **hello\-world\-stack\.ts**\. Create new two new files in this directory: **hello\-world\.function\.ts** and **hello\-world\.ts**\.
100+
1. Open the **lib** directory\. You should see a file called **hello\-world\-stack\.ts**\. Create two new files in this directory: **hello\-world\.function\.ts** and **hello\-world\.ts**\.
101101

102102
1. Open **hello\-world\.function\.ts** and add the following code to the file\. This is the code for the Lambda function\.
103103

@@ -246,4 +246,4 @@ To complete the steps in this section, you must have the following:
246246
"statusCode": 200,
247247
"body": "{\"message\":\"hello world\"}"
248248
}
249-
```
249+
```

0 commit comments

Comments
 (0)