Skip to content

Commit

Permalink
[docs] Fix "Unknown" typo (#17911)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmertesdorf-terratrue authored and oliviertassinari committed Oct 16, 2019
1 parent 0f28b62 commit ec7b5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function getStepContent(stepIndex) {
case 2:
return 'This is the bit I really care about!';
default:
return 'Uknown stepIndex';
return 'Unknown stepIndex';
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function getStepContent(stepIndex: number) {
case 2:
return 'This is the bit I really care about!';
default:
return 'Uknown stepIndex';
return 'Unknown stepIndex';
}
}

Expand Down

0 comments on commit ec7b5e9

Please sign in to comment.