Skip to content

Commit

Permalink
Fix typo in tooltip docs
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Jun 23, 2016
1 parent be32a4c commit 5c36e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-Chart-Configuration.md
Expand Up @@ -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
--- | --- | --- | ---
Expand Down

0 comments on commit 5c36e0d

Please sign in to comment.