diff --git a/README.md b/README.md index 2ff0dfb..3783828 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ import '@accounts/react-material-ui'; await AccountsClient.resumeSession(); })(); -// The withUser hoc pass a user prop to the component +// The withUser hoc passes a user prop to the component const Home = withUser(({ user }) =>
Signed in user info