Skip to content

Commit

Permalink
Update parse.js
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer authored Nov 28, 2018
1 parent a9464cd commit 4f284fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/parse/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = behavior("data/parse",function(baseConnection){
*
* A request to `/services/todos` may return:
*
* ```
* ```js
* {
* todos: [
* {todo: {id: 0, name: "dishes"}},
Expand All @@ -112,7 +112,7 @@ module.exports = behavior("data/parse",function(baseConnection){
* This response breaks its own schema. One way to bring it in line
* with a format compatible with [can-connect.listData] is:
*
* ```
* ```js
* connect([
* require("can-connect/data/parse/parse"),
* require("can-connect/data/url/url")
Expand Down

0 comments on commit 4f284fc

Please sign in to comment.