eltociear commited on
Commit
df5a2eb
1 Parent(s): 6434339

Fix typo in Settings.ts (#286)

Browse files
Files changed (1) hide show
  1. src/lib/types/Settings.ts +1 -1
src/lib/types/Settings.ts CHANGED
@@ -7,7 +7,7 @@ export interface Settings extends Timestamps {
7
  sessionId?: string;
8
 
9
  /**
10
- * Note: Only conversations with this settings explictly set to true should be shared.
11
  *
12
  * This setting is explicitly set to true when users accept the ethics modal.
13
  * */
 
7
  sessionId?: string;
8
 
9
  /**
10
+ * Note: Only conversations with this settings explicitly set to true should be shared.
11
  *
12
  * This setting is explicitly set to true when users accept the ethics modal.
13
  * */