Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#13820 from erictleung/fix/step-counte…
Browse files Browse the repository at this point in the history
…r-spacing

Add space in challenge step counter within parens
  • Loading branch information
dhcodes authored Mar 9, 2017
2 parents 8234ed9 + f046a7d commit 4917b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/routes/challenges/components/step/Step.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export class StepChallenge extends PureComponent {
sm={ 4 }
xs={ 12 }
>
( { currentIndex + 1 } / { numOfSteps })
( { currentIndex + 1 } / { numOfSteps } )
</Col>
{
this.renderNextButton(
Expand Down

0 comments on commit 4917b16

Please sign in to comment.