Skip to content

Commit f6f7ee0

Browse files
Merge pull request #2016 from direnakkoc/patch-1
2 parents 6bf94cd + 1ec2c0d commit f6f7ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/knowledge-base/generators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ outline: deep
88
# Generators <a href="/plugins/plugin-oas"><Badge type="info" text="@kubb/plugin-oas" /></a>
99

1010
In Kubb, generators are functions that allow developers to hook into the framework’s file generation process to create, modify, or extend code automatically.
11-
Generators are central to Kubb’s workflow, enabling the automated generation of code such as API clients, React-Query hooks, TypeScrip types, or other files based on specific input(Swagger and OpenAPI specifications).
11+
Generators are central to Kubb’s workflow, enabling the automated generation of code such as API clients, React-Query hooks, TypeScript types, or other files based on specific input(Swagger and OpenAPI specifications).
1212

1313
Let's say you want to add some extra code after a generated client with [`@kubb/plugin-client`](/plugins/plugin-client#generators), to make that happen you can either:
1414
- Use the option [`footer`](/plugins/plugin-client/#output-footer)

0 commit comments

Comments
 (0)