Skip to content

Commit

Permalink
Unrelated typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jan 23, 2025
1 parent cf212fd commit 43b93e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra/client/core/parse-glyphset.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function parseGlyphSet(sourceData, dataFormat, dataOptions) {
case "tsv/csv":
return parseGlyphSetGlyphTable(sourceLines, dataOptions);
default:
throw new Error(`unknow data format: ${dataFormat}`);
throw new Error(`unknown data format: ${dataFormat}`);
}
}

Expand Down

0 comments on commit 43b93e6

Please sign in to comment.