From df87178ef4e2c268b784f0ef536f221348aa6426 Mon Sep 17 00:00:00 2001 From: Thibault Sottiaux Date: Tue, 24 May 2016 22:19:39 +0100 Subject: [PATCH] Update .docsync.json to make the JSON valid. --- public/docs/_examples/server-communication/dart/.docsync.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/_examples/server-communication/dart/.docsync.json b/public/docs/_examples/server-communication/dart/.docsync.json index 09097599c8..baa578054f 100644 --- a/public/docs/_examples/server-communication/dart/.docsync.json +++ b/public/docs/_examples/server-communication/dart/.docsync.json @@ -1,4 +1,4 @@ { - "name": "HTTP client (server communication)" - "docHref": "https://angular.io/docs/dart/latest/guide/server-communication.html" + "name": "HTTP client (server communication)", + "docHref": "https://angular.io/docs/dart/latest/guide/server-communication.html" }