mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
Minor formatting/typo fix
This commit is contained in:
parent
592399b1db
commit
ffe07fd193
3 changed files with 4 additions and 4 deletions
|
@ -143,7 +143,7 @@ AppConstants.StoreSubscribePrototype,
|
|||
|
||||
getLevelsInSequence: function(sequenceName) {
|
||||
if (!levelSequences[sequenceName]) {
|
||||
throw new Error('that sequecne name ' + sequenceName + 'does not exist');
|
||||
throw new Error('that sequence name ' + sequenceName + ' does not exist');
|
||||
}
|
||||
return levelSequences[sequenceName];
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue