Skip to content

Commit

Permalink
fix typo description on slider and range-slider option-types
Browse files Browse the repository at this point in the history
  • Loading branch information
llemurya committed Dec 24, 2015
1 parent b585e04 commit 68ff0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options/built-in-option-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ Drag the handle to select a numeric value.
/*
'min' => 0,
'max' => 100,
'sep' => 1,
'step' => 1, // Set slider step. Always > 0. Could be fractional.
*/
),
'attr' => array( 'class' => 'custom-class', 'data-foo' => 'bar' ),
Expand All @@ -786,7 +786,7 @@ Drag the handles to set a numeric value range.
/*
'min' => 0,
'max' => 100,
'sep' => 1,
'step' => 1, // Set slider step. Always > 0. Could be fractional.
*/
),
'attr' => array( 'class' => 'custom-class', 'data-foo' => 'bar' ),
Expand Down

0 comments on commit 68ff0b5

Please sign in to comment.