From d6df4be3f72364730bfaef28afc344fdbd5d66a5 Mon Sep 17 00:00:00 2001 From: gomi_ningen Date: Tue, 3 Jul 2018 20:02:53 +0900 Subject: [PATCH] Fix typo: nodejs-prog-model-context.md --- doc_source/nodejs-prog-model-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_source/nodejs-prog-model-context.md b/doc_source/nodejs-prog-model-context.md index 20d08375..8eb8f377 100644 --- a/doc_source/nodejs-prog-model-context.md +++ b/doc_source/nodejs-prog-model-context.md @@ -75,7 +75,7 @@ In addition, the `context` object provides the following properties that you can Name of the Lambda function that is executing\. **functionVersion** -The Lambda function version that is executing\. If an alias is used to invoke the function, then `function_version` will be the version the alias points to\. +The Lambda function version that is executing\. If an alias is used to invoke the function, then `functionVersion` will be the version the alias points to\. **invokedFunctionArn** The ARN used to invoke this function\. It can be a function ARN or an alias ARN\. An unqualified ARN executes the `$LATEST` version and aliases execute the function version it is pointing to\.