Merge pull request #11046 from contrepoint/fix/standardize-capitalization-and-fix-typos

standardize capitalization and fix typos
This commit is contained in:
Dylan
2016-10-08 20:52:40 -05:00
committed by GitHub
5 changed files with 13 additions and 13 deletions

View File

@ -9,12 +9,12 @@
"superBlock": {
"type": "string",
"required": true,
"description": "The super block that this block belongs too"
"description": "The super block that this block belongs to"
},
"order": {
"type": "number",
"required": true,
"description": "the order in which this block appears"
"description": "The order in which this block appears"
},
"name": {
"type": "string",

View File

@ -70,12 +70,12 @@
},
"head": {
"type": "array",
"description": "appended to user code",
"description": "Appended to user code",
"default": []
},
"tail": {
"type": "array",
"description": "prepended to user code",
"description": "Prepended to user code",
"default": []
},
"helpRoom": {
@ -85,7 +85,7 @@
},
"fileName": {
"type": "string",
"description": "filename challenge comes from. Used in dev mode"
"description": "Filename challenge comes from. Used in dev mode"
},
"challengeSeed": {
"type": "array"

View File

@ -92,11 +92,11 @@
"howToApply": {
"type": "string",
"required": true,
"description": "How do campers apply to job"
"description": "How campers apply to a job"
},
"promoCodeUsed": {
"type": "string",
"description": "the promocode, if any, that the job uses"
"description": "The promocode, if any, that the job uses"
}
},
"validations": [],

View File

@ -18,7 +18,7 @@
"buttonId": {
"type": "string",
"required": true,
"description": "The id of paypal button"
"description": "The ID of the paypal button"
},
"type": {
"type": "string",
@ -35,7 +35,7 @@
},
"discountPercent": {
"type": "number",
"description": "The amount of discount as a percentage if applicable"
"description": "The amount of the discount as a percentage if applicable"
}
},
"validations": [],

View File

@ -33,7 +33,7 @@
},
"isCheater": {
"type": "boolean",
"description": "Users who are confirmed to break academic honesty policy are marked as cheaters",
"description": "Users who are confirmed to have broken academic honesty policy are marked as cheaters",
"default": false
},
"isGithubCool": {
@ -123,7 +123,7 @@
"currentChallengeId": {
"type": "string",
"default": "",
"description": "the challenge last visited by the user"
"description": "The challenge last visited by the user"
},
"currentChallenge": {
"type": {},
@ -166,7 +166,7 @@
},
"challengeMap": {
"type": "object",
"description": "A map by id of all the user completed challenges",
"description": "A map by ID of all the user completed challenges",
"default": {}
},
"completedChallenges": {
@ -204,7 +204,7 @@
},
"languageTag": {
"type": "string",
"description": "A IETF language tag",
"description": "An IETF language tag",
"default": "en"
}
},