From 5c36e0de652af1912b0e5de262f3e9758677e05c Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Thu, 23 Jun 2016 19:40:45 -0400 Subject: [PATCH] Fix typo in tooltip docs --- docs/01-Chart-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-Chart-Configuration.md b/docs/01-Chart-Configuration.md index f2be7e3c2..6ff316092 100644 --- a/docs/01-Chart-Configuration.md +++ b/docs/01-Chart-Configuration.md @@ -189,7 +189,7 @@ var chartInstance = new Chart(ctx, { ### Tooltip Configuration -The title configuration is passed into the `options.tooltips` namespace. The global options for the chart tooltips is defined in `Chart.defaults.global.tooltips`. +The tooltip configuration is passed into the `options.tooltips` namespace. The global options for the chart tooltips is defined in `Chart.defaults.global.tooltips`. Name | Type | Default | Description --- | --- | --- | --- -- 2.47.2