From 92e5c7b509a4da01c914acaeba347337fad99ff7 Mon Sep 17 00:00:00 2001 From: Pablo S Peillard Date: Thu, 25 Feb 2021 12:19:56 -0800 Subject: [PATCH] typo --- user-mailbox-setup/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-mailbox-setup/src/App.tsx b/user-mailbox-setup/src/App.tsx index 88479d4..e52a74c 100644 --- a/user-mailbox-setup/src/App.tsx +++ b/user-mailbox-setup/src/App.tsx @@ -39,7 +39,7 @@ class App extends React.Component { // Use withUserAuth for production. this.client = await Users.withKeyInfo({key: 'HUB API KEY HERE'}) - // Authorize the user to access your Huh api + // Authorize the user to access your Hub api await this.client.getToken(identity) // Setup the user's mailbox