Skip to content

Commit

Permalink
Fix commas 😁
Browse files Browse the repository at this point in the history
  • Loading branch information
eileencodes committed Oct 23, 2014
1 parent 4a0d05c commit 5acd1f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sections/todos.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To get an index of all todos on a list, see [todolists](https://github.com/basec
"remaining_count": 2,
"trashed": false,
"created_at": "2012-03-24T09:53:35-05:00",
"url": "http://37s.bcx.dev/735644780/api/v1/projects/605816632/todolists/1.json"
"url": "http://37s.bcx.dev/735644780/api/v1/projects/605816632/todolists/1.json",
"app_url": "https://basecamp.com/999999999/projects/605816632/todolists/1"
}
},
Expand Down Expand Up @@ -85,6 +85,8 @@ To get an index of all todos on a list, see [todolists](https://github.com/basec
"name": "Jason Fried"
},
"completed": false,
"url": "http://37s.bcx.dev/999999999/api/v1/projects/605816632/todos/2.json",
"app_url": "http://37s.bcx.dev/999999999/projects/605816632/todos/2",
"todolist": {
"completed": false,
"completed_count": 1,
Expand All @@ -103,11 +105,9 @@ To get an index of all todos on a list, see [todolists](https://github.com/basec
"remaining_count": 2,
"trashed": false,
"created_at": "2012-03-24T09:53:35-05:00",
"url": "http://37s.bcx.dev/735644780/api/v1/projects/605816632/todolists/1.json"
"url": "http://37s.bcx.dev/735644780/api/v1/projects/605816632/todolists/1.json",
"app_url": "https://basecamp.com/999999999/projects/605816632/todolists/1"
},
"url": "http://37s.bcx.dev/999999999/api/v1/projects/605816632/todos/2.json"
"app_url": "http://37s.bcx.dev/999999999/projects/605816632/todos/2"
}
}
]
```
Expand Down Expand Up @@ -163,7 +163,7 @@ Get todo
"remaining_count": 2,
"trashed": false,
"created_at": "2012-03-24T09:53:35-05:00",
"url": "http://37s.bcx.dev/735644780/api/v1/projects/605816632/todolists/1.json"
"url": "http://37s.bcx.dev/735644780/api/v1/projects/605816632/todolists/1.json",
"app_url": "https://basecamp.com/999999999/projects/605816632/todolists/1"
}
}
Expand Down

0 comments on commit 5acd1f5

Please sign in to comment.