We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c407b97 commit 825339aCopy full SHA for 825339a
1 file changed
src/components/ComponentType.tsx
@@ -63,7 +63,7 @@ export interface DictTable {
63
codeExpl: string,
64
dialog: any[], // the log of how the data is derived with gpt (the GPT conversation log)
65
// tracks how this derivation is triggered, as we as user instruction used to do the formulation,
66
- // 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,
67
// source specifies how the deriviation is done from the source tables, they may be the same, but not necessarily
68
// in fact, right now dict tables are all triggered from charts
69
trigger: Trigger,
0 commit comments