Skip to content

Commit

Permalink
style(typo): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouslag committed Jan 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent febb22c commit cd25e73
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
@@ -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 [

0 comments on commit cd25e73

Please sign in to comment.