Skip to content

Commit 7a1a419

Browse files
authored
Single quote for getting started data labels (#260)
1 parent 7178ba6 commit 7a1a419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Series = {
2020

2121
const data: Series[] = [
2222
{
23-
label: 'React Charts",
23+
label: 'React Charts',
2424
data: [
2525
{
2626
date: new Date(),
@@ -30,7 +30,7 @@ const data: Series[] = [
3030
]
3131
},
3232
{
33-
label: 'React Query",
33+
label: 'React Query',
3434
data: [
3535
{
3636
date: new Date(),

0 commit comments

Comments
 (0)