diff --git a/examples/tables/state.json b/examples/tables/state.json index 1a2d31537..e9f2c4ecd 100644 --- a/examples/tables/state.json +++ b/examples/tables/state.json @@ -233,7 +233,7 @@ "nodes": [ { "kind": "text", - "text": "This table is just a basic example, but you could augment it to add support for table headers, adding column and rows, or even formulas if you wanted to get really crazy..." + "text": "This table is just a basic example of rendering a table, and it doesn\'t have fancy functionality. But you could augment it to add support for navigating with arrow keys, displaying table headers, adding column and rows, or even formulas if you wanted to get really crazy!" } ] }