]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo in tooltip docs 2841/head
authorEvert Timberg <evert.timberg+github@gmail.com>
Thu, 23 Jun 2016 23:40:45 +0000 (19:40 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Thu, 23 Jun 2016 23:40:45 +0000 (19:40 -0400)
docs/01-Chart-Configuration.md

index f2be7e3c25343433fec3431f2468614c61e77300..6ff3160926687c49e5a73d501bc2c1b8b22455dc 100644 (file)
@@ -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
 --- | --- | --- | ---