We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
marmelab
Learn more about funding links in repositories.
Report abuse
2 parents 3e31c86 + 801cee7 commit d1b53d7Copy full SHA for d1b53d7
docs/Actions.md
@@ -745,7 +745,7 @@ const ApproveButton = ({ record }) => {
745
export default ApproveButton;
746
```
747
748
-And here is the `<UserProfile>` component using the `withDataProvider` HOC instead of the `useProvider` hook:
+And here is the `<UserProfile>` component using the `withDataProvider` HOC instead of the `useDataProvider` hook:
749
750
```diff
751
import { useState, useEffect } from 'react';
0 commit comments