From: Evert Timberg Date: Thu, 23 Jun 2016 23:40:45 +0000 (-0400) Subject: Fix typo in tooltip docs X-Git-Tag: v2.2.0-rc.1~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2841%2Fhead;p=thirdparty%2FChart.js.git Fix typo in tooltip docs --- 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 --- | --- | --- | ---