Skip to content

Commit

Permalink
Merge pull request #2469 from sidewaysgravity/patch-1
Browse files Browse the repository at this point in the history
Clarify naming expectation for glyph prop
  • Loading branch information
taion committed Feb 10, 2017
2 parents 0094c5a + fa1097e commit fe0fd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Glyphicon.js
Expand Up @@ -6,7 +6,7 @@ import { bsClass, getClassSet, prefix, splitBsProps }

const propTypes = {
/**
* An icon name. See e.g. http://getbootstrap.com/components/#glyphicons
* An icon name without "glyphicon-" prefix. See e.g. http://getbootstrap.com/components/#glyphicons
*/
glyph: React.PropTypes.string.isRequired,
};
Expand Down

0 comments on commit fe0fd04

Please sign in to comment.