Skip to content

Commit

Permalink
fix a typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 17, 2021
1 parent 925ba0b commit 2d9278f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/AccessibleValueHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const AccessibleValueHandler = {

// {function(number):number} - Constrains the value, returning a new value for the valueProperty instead.
// Called before the valueProperty is set. This is only called when the shift key is NOT down because
// it is often that shiftKeyboardStep is a smaller step size then what is allowed by constrainValue.
// it is often the case that shiftKeyboardStep is a smaller step size then what is allowed by constrainValue.
constrainValue: _.identity,

// {number} - delta for the valueProperty for each press of the arrow keys
Expand Down

0 comments on commit 2d9278f

Please sign in to comment.