Skip to content

Commit d6df4be

Browse files
committed
Fix typo: nodejs-prog-model-context.md
1 parent 14cdefd commit d6df4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_source/nodejs-prog-model-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In addition, the `context` object provides the following properties that you can
7575
Name of the Lambda function that is executing\.
7676

7777
**functionVersion**
78-
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\.
78+
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\.
7979

8080
**invokedFunctionArn**
8181
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\.

0 commit comments

Comments
 (0)