From 2854e02b73075d47a31c26e17092ec4ad07c0fc6 Mon Sep 17 00:00:00 2001 From: saldana Date: Mon, 4 Apr 2016 11:52:02 -0700 Subject: [PATCH] Removed extra comma --- windows/docfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/docfx.json b/windows/docfx.json index 17a0bc9c0d..4d4f037a4c 100644 --- a/windows/docfx.json +++ b/windows/docfx.json @@ -14,11 +14,11 @@ } ], "globalMetadata": { - "ROBOTS": "INDEX, FOLLOW", + "ROBOTS": "INDEX, FOLLOW" }, "externalReference": [ ], "template": "op.html", "dest": "windows" } -} \ No newline at end of file +}