From eca599d0be3d74650871edde3c3feec63da578d9 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 16 Nov 2021 00:23:58 +0900 Subject: [PATCH] refactor: Fix inline comment typo (#10245) --- lib/Serverless.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Serverless.js b/lib/Serverless.js index d4ab61bd638..8b7423ce185 100644 --- a/lib/Serverless.js +++ b/lib/Serverless.js @@ -418,7 +418,7 @@ class Serverless { // (https://github.com/serverless/serverless/issues/2041) await this.variables.populateService(this.pluginManager.cliOptions); } else { - // Some plugins resolve additional variables on their own by runnning `variables.populateObject` + // Some plugins resolve additional variables on their own by running `variables.populateObject` // e.g. https://github.com/serverless-operations/serverless-step-functions/blob/016da8db78f1972ba80d37941c34c8fd038fd8ca/lib/yamlParser.js#L26 // and that requires `variableSyntax` and `options` initizalization which is guaranteed by // `variables.populateService`. Below lines ensure they're set