We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20252f2 commit 197e42eCopy full SHA for 197e42e
packages/sdk/src/zmodel-code-generator.ts
@@ -326,7 +326,7 @@ ${ast.fields.map((x) => this.indent + this.generate(x)).join('\n')}${
326
}
327
328
@gen(TypeDef)
329
- private _genearteTypeDef(ast: TypeDef) {
+ private _generateTypeDef(ast: TypeDef) {
330
return `type ${ast.name} {
331
${ast.fields.map((x) => this.indent + this.generate(x)).join('\n')}${
332
ast.attributes.length > 0
0 commit comments