Skip to content

Commit 1262405

Browse files
fix: message typo
1 parent 5f12477 commit 1262405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/resources/MappingTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class MappingTemplate {
1414
compile(): string | IntrinsicFunction {
1515
if (!fs.existsSync(this.config.path)) {
1616
throw new this.api.plugin.serverless.classes.Error(
17-
`Mapping tempalte file '${this.config.path}' does not exist`,
17+
`Mapping template file '${this.config.path}' does not exist`,
1818
);
1919
}
2020

0 commit comments

Comments
 (0)