Skip to content

Commit e4cc854

Browse files
authored
style(typo): fix typo (#34)
1 parent febb22c commit e4cc854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createExports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const createExports = (generatedClientsPath: string) => {
1313
ts.createSourceFile(
1414
servicePath, // fileName
1515
fs.readFileSync(join(process.cwd(), servicePath), "utf8"),
16-
ts.ScriptTarget.Latest // langugeVersion
16+
ts.ScriptTarget.Latest // languageVersion
1717
)
1818
);
1919
return [

0 commit comments

Comments
 (0)