Skip to content

Commit 8c44fdf

Browse files
fix: incorrect spelling
1 parent 2219750 commit 8c44fdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/embedding.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ _These settings are NOT configurable via the Endpoint Editor in Cognigy.AI_
413413
| delete_anyway | string | "Delete anyway" |
414414
| cancel | string | "Cancel" |
415415
| delete_all_conversations_confirmation | string | "You are about to delete all the conversation. This action cannot be undone. Are you sure?" |
416-
| conversations_options_title | string | "Conversations Options" |
416+
| coversations_options | string | "Conversations Options" |
417417

418418
#### Settings Interface
419419

@@ -622,7 +622,7 @@ interface IWebchatSettings {
622622
delete_anyway: string;
623623
cancel: string;
624624
delete_all_conversations_confirmation: string;
625-
conversations_options_title: string;
625+
conversations_options: string;
626626
};
627627

628628
// Additional Settings to configure the webchat widget behavior

src/common/interfaces/webchat-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export interface IWebchatSettings {
304304
delete_anyway: string;
305305
cancel: string;
306306
delete_all_conversations_confirmation: string;
307-
conversations_options_title: string;
307+
conversations_options: string;
308308
};
309309
demoWebchat: {
310310
enabled: boolean;

0 commit comments

Comments
 (0)