Skip to content

Commit 825339a

Browse files
author
Ikko Eltociear Ashimine
authored
docs: update ComponentType.tsx
occassion -> occasion
1 parent c407b97 commit 825339a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ComponentType.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface DictTable {
6363
codeExpl: string,
6464
dialog: any[], // the log of how the data is derived with gpt (the GPT conversation log)
6565
// 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,
66+
// there is a subtle difference between trigger and source, trigger identifies the occasion when the derivision is called,
6767
// source specifies how the deriviation is done from the source tables, they may be the same, but not necessarily
6868
// in fact, right now dict tables are all triggered from charts
6969
trigger: Trigger,

0 commit comments

Comments
 (0)