Skip to content

Commit

Permalink
[docs] Fix typo (#12248)
Browse files Browse the repository at this point in the history
* Fix typo

That phrase added nothing to the overall docs, plus it had a double quote rather than a single quote.

* prettier
  • Loading branch information
johnjacobkenny authored and oliviertassinari committed Jul 23, 2018
1 parent 4eb6628 commit d2c16fc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ class HorizontalLabelPositionBelowStepper extends React.Component {
<div>
{this.state.activeStep === steps.length ? (
<div>
<Typography className={classes.instructions}>
All steps completed - you&quot;re finished
</Typography>
<Typography className={classes.instructions}>All steps completed</Typography>
<Button onClick={this.handleReset}>Reset</Button>
</div>
) : (
Expand Down

0 comments on commit d2c16fc

Please sign in to comment.