Skip to content

Commit

Permalink
docs(code-snippet): fix typo in light prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jen Downs committed Oct 15, 2019
1 parent 5bfa758 commit b21ea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/CodeSnippet/CodeSnippet.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default class CodeSnippet extends Component {

/**
* Specify whether you are using the light variant of the Code Snippet,
* typically used for inline snippest to display an alternate color
* typically used for inline snippet to display an alternate color
*/
light: PropTypes.bool,
};
Expand Down

0 comments on commit b21ea99

Please sign in to comment.