From a823bf043b1cc94eea6f9921fef84e85928fafbe Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 17 Apr 2025 08:05:21 -0400 Subject: [PATCH] spelling: introduced Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- packages/mermaid/src/diagrams/gantt/parser/gantt.jison | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/diagrams/gantt/parser/gantt.jison b/packages/mermaid/src/diagrams/gantt/parser/gantt.jison index f2333ff84..d4c26eff6 100644 --- a/packages/mermaid/src/diagrams/gantt/parser/gantt.jison +++ b/packages/mermaid/src/diagrams/gantt/parser/gantt.jison @@ -46,7 +46,7 @@ line was introduced with 'click'. /* ---interactivity command--- 'call' adds a callback to the specified task. 'call' can only be specified when -the line was introdcued with 'click'. +the line was introduced with 'click'. 'call ()' attaches the function 'callbackname' with the specified arguments to the task that was specified by 'click'. Function arguments are optional: 'call ()' simply executes 'callbackname' without any arguments.