Skip to content

Commit

Permalink
refactor: Fix inline comment typo (#10245)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Nov 15, 2021
1 parent 0628fbf commit eca599d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Serverless.js
Expand Up @@ -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
Expand Down

0 comments on commit eca599d

Please sign in to comment.