Skip to content

Commit

Permalink
style(typo): fix typo (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouslag authored Jan 3, 2024
1 parent febb22c commit e4cc854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createExports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const createExports = (generatedClientsPath: string) => {
ts.createSourceFile(
servicePath, // fileName
fs.readFileSync(join(process.cwd(), servicePath), "utf8"),
ts.ScriptTarget.Latest // langugeVersion
ts.ScriptTarget.Latest // languageVersion
)
);
return [
Expand Down

0 comments on commit e4cc854

Please sign in to comment.