Skip to content

Commit

Permalink
Update README.md (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhanshu2000 committed Mar 5, 2023
1 parent 632e5cb commit c2c27ca
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 @@ -83,7 +83,7 @@ function PaginatedItems({ itemsPerPage }) {
);
}

// Add a <div id="container"> to your HTML to see the componend rendered.
// Add a <div id="container"> to your HTML to see the component rendered.
ReactDOM.render(
<PaginatedItems itemsPerPage={4} />,
document.getElementById('container')
Expand Down

0 comments on commit c2c27ca

Please sign in to comment.