Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw committed Aug 13, 2019
1 parent fe6bab3 commit f781340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/aws/deploy/lib/extendedValidate.js
Expand Up @@ -74,7 +74,7 @@ module.exports = {
artifactFilePath = functionObject.package.artifact;
artifactFileName = path.basename(artifactFilePath);
} else if (this.serverless.service.package.artifact) {
// Use service-levle artifact
// Use service-level artifact
artifactFileName = artifactFilePath = this.serverless.service.package.artifact;
} else if (individually) {
// Use function-level generated artifact
Expand Down

0 comments on commit f781340

Please sign in to comment.