Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit e72efff

Browse files
committed
comments
1 parent d8b8028 commit e72efff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/combobox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ module.exports = React.createClass({
1313
/**
1414
* Defaults to 'both'. 'inline' will autocomplete the first matched Option
1515
* into the input value, 'list' will display a list of choices, and of
16-
* course, both does both (do you have a soft 'L' when in there when you
17-
* say that word out loud?)
16+
* course, both does both (do you have a soft 'L' in there when you say
17+
* "both" out loud?)
1818
*/
1919
autocomplete: React.PropTypes.oneOf(['both', 'inline', 'list']),
2020

0 commit comments

Comments
 (0)