Skip to content

Commit

Permalink
Fixed documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjaak Luthart committed Jul 24, 2017
1 parent 1b270cb commit 8a20f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -5423,7 +5423,7 @@
"name": "string"
},
"required": false,
"description": "The search icon's color",
"description": "The search's icon color",
"defaultValue": {
"value": "colors.icons",
"computed": true
Expand Down
2 changes: 1 addition & 1 deletion src/search-box/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const propTypes = {
iconStyle: PropTypes.instanceOf(Object),
/** Override the styles of the input's placeholder */
placeholderStyle: PropTypes.instanceOf(Object),
/** The search icon's color */
/** The search's icon color */
iconColor: PropTypes.string
};

Expand Down

0 comments on commit 8a20f4b

Please sign in to comment.