From a112e4ae7effac82d37b62b889ad2bbc9359782d Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Mon, 14 Mar 2016 20:11:30 +0300 Subject: [PATCH] remove trailing commas from JSON Fixes JSON highlighting. --- docs/admin/node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/node.md b/docs/admin/node.md index b3a346b4bb..13332012b8 100644 --- a/docs/admin/node.md +++ b/docs/admin/node.md @@ -61,8 +61,8 @@ the following conditions mean the node is in sane state: "conditions": [ { "kind": "Ready", - "status": "True", - }, + "status": "True" + } ] ```