Skip to content

Commit

Permalink
fix(website): correct typo on line page
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze authored and Raphaël Benitte committed Jun 3, 2019
1 parent edfdd4f commit 0ed7eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/data/components/line/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ const props = [
{
key: 'useMesh',
flavors: ['svg'],
help: 'Use a voronoi mesh to detect mouse interactions, enableSlices msut be disabled',
help: 'Use a voronoi mesh to detect mouse interactions, enableSlices must be disabled',
type: 'boolean',
required: false,
defaultValue: defaults.useMesh,
Expand Down

0 comments on commit 0ed7eb8

Please sign in to comment.