Skip to content

Commit c2a25a0

Browse files
committed
Fix comma
1 parent 741479e commit c2a25a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const sidebars = {
2121
{
2222
type: 'doc',
2323
id: 'Getting Started/strategies',
24-
}
24+
},
2525
{
2626
type: 'doc',
2727
id: 'Getting Started/orders',

docusaurus/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const sidebars = {
2121
{
2222
type: 'doc',
2323
id: 'Getting Started/strategies',
24-
}
24+
},
2525
{
2626
type: 'doc',
2727
id: 'Getting Started/orders',

0 commit comments

Comments
 (0)