From 825339aaaeff9178626e935938533aba2ee430b8 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 12 Feb 2025 02:57:28 +0900 Subject: [PATCH] docs: update ComponentType.tsx occassion -> occasion --- src/components/ComponentType.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ComponentType.tsx b/src/components/ComponentType.tsx index a0a6995..f59de12 100644 --- a/src/components/ComponentType.tsx +++ b/src/components/ComponentType.tsx @@ -63,7 +63,7 @@ export interface DictTable { codeExpl: string, dialog: any[], // the log of how the data is derived with gpt (the GPT conversation log) // tracks how this derivation is triggered, as we as user instruction used to do the formulation, - // there is a subtle difference between trigger and source, trigger identifies the occassion when the derivision is called, + // there is a subtle difference between trigger and source, trigger identifies the occasion when the derivision is called, // source specifies how the deriviation is done from the source tables, they may be the same, but not necessarily // in fact, right now dict tables are all triggered from charts trigger: Trigger,