Skip to content

Commit

Permalink
docs: fix typo (#4985)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed May 16, 2023
1 parent 1a94d0d commit bcd40d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/spec/data/map.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chart
transform: [
{
type: 'map',
callback: (datum, idx) => { ...datam, idx },
callback: (datum, idx) => { ...datum, idx },
},
],
});
Expand Down

0 comments on commit bcd40d0

Please sign in to comment.