From 16293e777f618702068fd8992082f004b4eed4a7 Mon Sep 17 00:00:00 2001 From: Munieru <20086673+munierujp@users.noreply.github.com> Date: Thu, 5 Mar 2020 14:21:38 +0900 Subject: [PATCH] Fix typo of comment in code example --- docs/node-version-verification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/node-version-verification.md b/docs/node-version-verification.md index 6efe6ff..4339de1 100644 --- a/docs/node-version-verification.md +++ b/docs/node-version-verification.md @@ -17,7 +17,7 @@ LAMBDA_TESTER_NODE_VERSION_CHECK=true ### Via code ```js -// disable version checking +// enable version checking const LambdaTester = require( 'lambda-tester' ).enableVersionCheck(); // Lambda handler