Skip to content

Commit

Permalink
fix: Update spelling for error message. (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoramite committed Apr 21, 2023
1 parent 0f4f6c5 commit 6b1d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amagaki/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export class DocumentRoute extends Route {
route: this,
});
} catch (err) {
console.error(`Error buildng: ${this.doc}`);
console.error(`Error building: ${this.doc}`);
throw err;
}
}
Expand Down

0 comments on commit 6b1d19c

Please sign in to comment.