Skip to content

Commit

Permalink
Update linear-step-size.md
Browse files Browse the repository at this point in the history
 hover: {
      mode: 'index',
      intersec: false
    },

corrected the spelling of intersect.
  • Loading branch information
prems51 authored Jan 13, 2025
1 parent 97b564b commit 287301e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/samples/scales/linear-step-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const config = {
},
hover: {
mode: 'index',
intersec: false
intersect: false
},
scales: {
x: {
Expand Down

0 comments on commit 287301e

Please sign in to comment.