diff --git a/packages/unity-react-core/src/components/Pagination/Pagination.jsx b/packages/unity-react-core/src/components/Pagination/Pagination.jsx index ee2e3f3184..57d7851363 100644 --- a/packages/unity-react-core/src/components/Pagination/Pagination.jsx +++ b/packages/unity-react-core/src/components/Pagination/Pagination.jsx @@ -183,7 +183,7 @@ Pagination.propTypes = { */ totalPages: PropTypes.number, /** - * Callback fired when the page is changed. + * Callback fired when the page is changed */ onChange: PropTypes.func.isRequired, };