Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Oct 18, 2023
1 parent 6b02e9b commit 2bb0bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kicad/text/eda-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { StrokeFont } from "./stroke-font";
* head around.
*
* Note: Just like the underlying Font class, this all expects
* scalled internal units instead of mm!
* scaled internal units instead of mm!
*/
export class EDAText {
constructor(text: string) {
Expand Down

0 comments on commit 2bb0bae

Please sign in to comment.