Skip to content

Commit 4f284fc

Browse files
authoredNov 28, 2018
Update parse.js
1 parent a9464cd commit 4f284fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎data/parse/parse.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module.exports = behavior("data/parse",function(baseConnection){
9292
*
9393
* A request to `/services/todos` may return:
9494
*
95-
* ```
95+
* ```js
9696
* {
9797
* todos: [
9898
* {todo: {id: 0, name: "dishes"}},
@@ -112,7 +112,7 @@ module.exports = behavior("data/parse",function(baseConnection){
112112
* This response breaks its own schema. One way to bring it in line
113113
* with a format compatible with [can-connect.listData] is:
114114
*
115-
* ```
115+
* ```js
116116
* connect([
117117
* require("can-connect/data/parse/parse"),
118118
* require("can-connect/data/url/url")

0 commit comments

Comments
 (0)