summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/schema/Template.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema/Template.ts b/src/schema/Template.ts

index 6d47aa75..b467d4cb 100644 --- a/src/schema/Template.ts +++ b/src/schema/Template.ts
@@ -6,5 +6,5 @@ export const TemplateCreateSchema = { export interface TemplateCreateSchema { name: string, - descriptio?: string, + description?: string, }