From 82e1213be39a9f19c837ff3d28c4c025035d595b Mon Sep 17 00:00:00 2001 From: Brian Bucknam Date: Wed, 17 Oct 2018 10:18:52 -0700 Subject: [PATCH] Fix bolded text in input-tester initial value --- examples/input-tester/value.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/input-tester/value.json b/examples/input-tester/value.json index a88082842..71b5e9599 100644 --- a/examples/input-tester/value.json +++ b/examples/input-tester/value.json @@ -12,10 +12,10 @@ "text": "This Slate editor records all of the " }, { - "text": "bold", + "text": "keyboard", "marks": [ { - "type": "keyboard" + "type": "bold" } ] }, @@ -23,10 +23,10 @@ "text": ", " }, { - "text": "bold", + "text": "input", "marks": [ { - "type": "input" + "type": "bold" } ] }, @@ -34,10 +34,10 @@ "text": " and " }, { - "text": "bold", + "text": "selection", "marks": [ { - "type": "selection" + "type": "bold" } ] },