From 877e2c111825873ad976d17925d9a1dff0b4886c Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Wed, 13 Jul 2016 20:09:54 -0400 Subject: [PATCH] remove dangling comma that invalidated json removes a dangling comma in rich-text example's state.json. --- examples/rich-text/state.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rich-text/state.json b/examples/rich-text/state.json index 12983598d..e8b53a51c 100644 --- a/examples/rich-text/state.json +++ b/examples/rich-text/state.json @@ -55,7 +55,7 @@ "kind": "text", "ranges": [ { - "text": "Since it's rich text, you can do things like turn a selection of text ", + "text": "Since it's rich text, you can do things like turn a selection of text " }, { "text": "bold",