mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 08:35:32 +02:00
Merge pull request #873 from Qusijue/spelling-patch
Minor formatting/typo fix
This commit is contained in:
commit
d46ad204a0
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