From ccd2dfd8c2a78007917a30c7b722c57a11ff6c03 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Sun, 15 Apr 2018 17:22:45 -0400 Subject: [PATCH] Fix a typo --- doc_source/nodejs-prog-mode-exceptions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_source/nodejs-prog-mode-exceptions.md b/doc_source/nodejs-prog-mode-exceptions.md index 9478acaa..42ba3dfb 100644 --- a/doc_source/nodejs-prog-mode-exceptions.md +++ b/doc_source/nodejs-prog-mode-exceptions.md @@ -44,7 +44,7 @@ Again, when this Lambda function is invoked, it will notify AWS Lambda that func ``` { - "errorMessage": "Acccount is in use!", + "errorMessage": "Account is in use!", "errorType": "Error", "stackTrace": [ "exports.handler (/var/task/index.js:10:17)" @@ -126,4 +126,4 @@ The name property of the `Error` object must match the `ErrorEquals` value\. 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\. -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/)\. \ No newline at end of file +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/)\.