From 13786fbcbdb659b68fd6f1a7bc87c0d2b744ccbf Mon Sep 17 00:00:00 2001 From: Arup Chandra Dawn Date: Fri, 2 Oct 2020 02:07:29 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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