Skip to content

Commit 5ffb04d

Browse files
authored
Merge pull request #25 from JasonEtco/patch-1
Fix a small typo
2 parents f6b5e68 + ccd2dfd commit 5ffb04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/nodejs-prog-mode-exceptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Again, when this Lambda function is invoked, it will notify AWS Lambda that func
4444

4545
```
4646
{
47-
"errorMessage": "Acccount is in use!",
47+
"errorMessage": "Account is in use!",
4848
"errorType": "Error",
4949
"stackTrace": [
5050
"exports.handler (/var/task/index.js:10:17)"
@@ -126,4 +126,4 @@ The name property of the `Error` object must match the `ErrorEquals` value\.
126126

127127
Custom error handling makes it easier to create [serverless](https://aws.amazon.com/serverless) applications\. This feature integrates with all the languages supported by the Lambda [Programming Model](programming-model-v2.md), allowing you to design your application in the programming languages of your choice, mixing and matching as you go\.
128128

129-
To learn more about creating your own serverless applications using AWS Step Functions and AWS Lambda, see [AWS Step Functions](https://aws.amazon.com/step-functions/)\.
129+
To learn more about creating your own serverless applications using AWS Step Functions and AWS Lambda, see [AWS Step Functions](https://aws.amazon.com/step-functions/)\.

0 commit comments

Comments
 (0)