From c9ba65fb63ee7d6d08dd9009d7745e05de2df557 Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 24 Jul 2020 21:44:03 +0200 Subject: [PATCH] small typo fixes in direct chat section --- docs/javascript/direct-chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript/direct-chat.md b/docs/javascript/direct-chat.md index a43307459..93f6f4a8c 100644 --- a/docs/javascript/direct-chat.md +++ b/docs/javascript/direct-chat.md @@ -17,7 +17,7 @@ Add `data-widget="chat-pane-toggle"` to a button to activate the plugin. ###### jQuery {: .text-bold } -The jQuery API provides more customizable options that allows the developer to handle checking and unchecking the todo list checkbox events. +The jQuery API provides more customizable options that allows the developer to toggle the chat contact pane. ```js $('#chat-pane-toggle').DirectChat('toggle') ```