mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Fix typo in game-dev-2 ordering
This commit is contained in:
parent
f94cc2ec1f
commit
cb1021e013
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ CourseSchema.statics.sortCourses = (courses) ->
|
|||
'game-dev-1'
|
||||
'web-dev-1'
|
||||
'computer-science-3'
|
||||
'game-dev-1'
|
||||
'game-dev-2'
|
||||
'web-dev-2'
|
||||
'computer-science-4'
|
||||
'game-dev-3'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue