Skip to content

Commit

Permalink
Format quickstart output (#1800)
Browse files Browse the repository at this point in the history
Just a little docs thing...
The JSON output in the quickstart example isn't formatted as
stated/expected.
  • Loading branch information
timneedham authored Oct 6, 2024
1 parent f0d9821 commit 5e671a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function Component() {
})
return (
<pre>{ JSON.stringify(data) }</pre>
<pre>{ JSON.stringify(data, null, 2) }</pre>
)
}
Expand Down

0 comments on commit 5e671a5

Please sign in to comment.