mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Fix course schema typo
This commit is contained in:
parent
5eadd926b3
commit
686d7ac0a8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ _.extend CourseSchema.properties,
|
|||
campaignID: c.objectId()
|
||||
concepts: c.array {title: 'Programming Concepts', uniqueItems: true}, c.concept
|
||||
description: {type: 'string'}
|
||||
duration: {trype: 'number', description: 'Approximate hours of content'}
|
||||
duration: {type: 'number', description: 'Approximate hours of content'}
|
||||
pricePerSeat: {type: 'number', description: 'Price per seat in USD cents.'}
|
||||
screenshot: c.url {title: 'URL', description: 'Link to course screenshot.'}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue