We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9464cd commit 4f284fcCopy full SHA for 4f284fc
data/parse/parse.js
@@ -92,7 +92,7 @@ module.exports = behavior("data/parse",function(baseConnection){
92
*
93
* A request to `/services/todos` may return:
94
95
- * ```
+ * ```js
96
* {
97
* todos: [
98
* {todo: {id: 0, name: "dishes"}},
@@ -112,7 +112,7 @@ module.exports = behavior("data/parse",function(baseConnection){
112
* This response breaks its own schema. One way to bring it in line
113
* with a format compatible with [can-connect.listData] is:
114
115
116
* connect([
117
* require("can-connect/data/parse/parse"),
118
* require("can-connect/data/url/url")
0 commit comments