Skip to content

Commit d651061

Browse files
committed
Fix typo
1 parent be25018 commit d651061

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/api/api_data.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,8 +1457,8 @@ define({
14571457
},
14581458
{
14591459
"type": "patch",
1460-
"url": "/hacker/confirmation/:id Allows confirmation of hacker attendence if they are accepted.",
1461-
"title": "Also allows change from 'confirmed' back to 'accepted'",
1460+
"url": "/hacker/confirmation/:id",
1461+
"title": "Allows confirmation of hacker attendence if they are accepted. Also allows change from 'confirmed' back to 'accepted'",
14621462
"name": "patchHackerConfirmed",
14631463
"group": "Hacker",
14641464
"version": "0.0.9",
@@ -1507,7 +1507,7 @@ define({
15071507
"filename": "routes/api/hacker.js",
15081508
"groupTitle": "Hacker",
15091509
"sampleRequest": [{
1510-
"url": "https://api.mchacks.ca/api/hacker/confirmation/:id Allows confirmation of hacker attendence if they are accepted."
1510+
"url": "https://api.mchacks.ca/api/hacker/confirmation/:id"
15111511
}]
15121512
},
15131513
{

docs/api/api_data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,8 +1456,8 @@
14561456
},
14571457
{
14581458
"type": "patch",
1459-
"url": "/hacker/confirmation/:id Allows confirmation of hacker attendence if they are accepted.",
1460-
"title": "Also allows change from 'confirmed' back to 'accepted'",
1459+
"url": "/hacker/confirmation/:id",
1460+
"title": "Allows confirmation of hacker attendence if they are accepted. Also allows change from 'confirmed' back to 'accepted'",
14611461
"name": "patchHackerConfirmed",
14621462
"group": "Hacker",
14631463
"version": "0.0.9",
@@ -1506,7 +1506,7 @@
15061506
"filename": "routes/api/hacker.js",
15071507
"groupTitle": "Hacker",
15081508
"sampleRequest": [{
1509-
"url": "https://api.mchacks.ca/api/hacker/confirmation/:id Allows confirmation of hacker attendence if they are accepted."
1509+
"url": "https://api.mchacks.ca/api/hacker/confirmation/:id"
15101510
}]
15111511
},
15121512
{

docs/api/api_project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define({
99
"apidoc": "0.3.0",
1010
"generator": {
1111
"name": "apidoc",
12-
"time": "2018-12-07T22:17:55.822Z",
12+
"time": "2018-12-07T22:19:40.154Z",
1313
"url": "http://apidocjs.com",
1414
"version": "0.17.6"
1515
}

docs/api/api_project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"apidoc": "0.3.0",
1010
"generator": {
1111
"name": "apidoc",
12-
"time": "2018-12-07T22:17:55.822Z",
12+
"time": "2018-12-07T22:19:40.154Z",
1313
"url": "http://apidocjs.com",
1414
"version": "0.17.6"
1515
}

routes/api/hacker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ module.exports = {
437437
);
438438

439439
/**
440-
* @api {patch} /hacker/confirmation/:id Allows confirmation of hacker attendence if they are accepted.
441-
* Also allows change from 'confirmed' back to 'accepted'
440+
* @api {patch} /hacker/confirmation/:id
441+
* Allows confirmation of hacker attendence if they are accepted. Also allows change from 'confirmed' back to 'accepted'
442442
* @apiName patchHackerConfirmed
443443
* @apiGroup Hacker
444444
* @apiVersion 0.0.9

0 commit comments

Comments
 (0)