Skip to content

Commit e529772

Browse files
authored
Merge pull request #75 from eltociear/patch-1
docs: update ComponentType.tsx
2 parents c407b97 + 825339a commit e529772

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)