From 4f284fc8b9026767e7cf0f69968a94319b559f13 Mon Sep 17 00:00:00 2001 From: Justin Meyer Date: Wed, 28 Nov 2018 09:19:09 -0600 Subject: [PATCH] Update parse.js --- data/parse/parse.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/parse/parse.js b/data/parse/parse.js index 65fc96e9..84e8ca60 100644 --- a/data/parse/parse.js +++ b/data/parse/parse.js @@ -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"}}, @@ -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")