Fix typos

This commit is contained in:
Frederic Guillot
2015-03-04 21:06:56 -05:00
parent efbcc22f5a
commit 436fda0167
2 changed files with 11 additions and 11 deletions

View File

@@ -1080,16 +1080,16 @@ Response example:
{
"id": "3",
"name": "Version 1.0",
"is_active" : "0",
"position" : 1,
"project_id" : 2
"is_active": "0",
"position": 1,
"project_id": 2
},
{
"id": "2",
"name": "Version 7.0",
"is_active" : "1"
"position" : 2,
"project_id" : 2
"is_active": "1",
"position": 2,
"project_id": 2
}
]
}
@@ -1127,9 +1127,9 @@ Response example:
"result": {
"id": "3",
"name": "Version 1.0",
"is_active" : "0",
"position" : 2,
"project_id" : 2
"is_active": "0",
"position": 2,
"project_id": 2
}
}
```