Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Sep 6, 2017
1 parent df73338 commit fb6966f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/getting-started/Tutorial/section3.md
Expand Up @@ -7,7 +7,7 @@ Let's add a track...
## Tracks

A slider always has handles + 1 possible tracks.
The `tracks` component sends you an array of source/target values for each possible track.
The `Tracks` component sends you an array of source/target values for each possible track.
The first source will always be value equal to the min and the percentage zero.
The last target will always be value equal to the max and the percentage 100.
You can use the `left` and `right` props to eliminate the outer tracks as a convenience, but the tracks are just an array that you can manipulate however you want.
Expand Down

0 comments on commit fb6966f

Please sign in to comment.