Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anshtiwatne committed Jun 16, 2024
1 parent 959c9b4 commit 4adf3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/charts/bars/HorizontalBars.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const dataset = [
paris: 52,
newYork: 78,
seoul: 28,
month: 'Fev',
month: 'Feb',
},
{
london: 47,
Expand Down
2 changes: 1 addition & 1 deletion docs/data/charts/bars/HorizontalBars.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const dataset = [
paris: 52,
newYork: 78,
seoul: 28,
month: 'Fev',
month: 'Feb',
},
{
london: 47,
Expand Down

0 comments on commit 4adf3fa

Please sign in to comment.