Skip to content

Commit

Permalink
Merge pull request #20 from quangogster/patch-1
Browse files Browse the repository at this point in the history
fixed typo in readme
  • Loading branch information
arunghosh authored Oct 12, 2022
2 parents cd9419d + 72802a6 commit 7d5f6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const App = () => {
data={data}
xLabels={xLabels}
yLabels={yLabels}
// Reder cell with tooltip
// Render cell with tooltip
cellRender={(x, y, value) => (
<div title={`Pos(${x}, ${y}) = ${value}`}>{value}</div>
)}
Expand Down

0 comments on commit 7d5f6a6

Please sign in to comment.