fix some grammatical and spelling mistakes (#958)

This commit is contained in:
Pranav Dixit
2018-11-08 12:06:53 +05:30
committed by Shahidh K Muhammed
parent 9cb5c71ed9
commit e7995dcb71
3 changed files with 9 additions and 7 deletions

View File

@@ -5,5 +5,5 @@ This is the source code for a fully working group chat app that uses subscriptio
- [Fully working app](https://chat-example-trial-roar.herokuapp.com)
- [Backend](https://hasura-realtime-group-chat.herokuapp.com)
For complete tutorial about data modelling, [check out this blog](https://medium.com/@rishichandrawawhal/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f).
For a complete tutorial about data modelling, [check out this blog](https://medium.com/@rishichandrawawhal/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f).

View File

@@ -30,9 +30,9 @@ Primary key: id
### Step 2: Setup FCM
- Create a new project or use an exisiting project on [Firebase
- Create a new project or use an existing project on [Firebase
Console](https://console.firebase.google.com).
- Note down the Google Cloud project name is also called `PROJECT_ID`.
- Note down the Google Cloud project name - also called `PROJECT_ID`.
- Open the [Cloud
Messaging](https://console.firebase.google.com/project/_/settings/cloudmessaging/)
tab of the Firebase console Settings pane and scroll to the Web configuration
@@ -69,7 +69,7 @@ We'll deploy this webhook as a Google Cloud Function.
### Step 4: Setup event trigger
Goto HGE console and then to the "Events" tab. Here we can add triggers which
will be execute on insert/update/delete actions on tables configured.
will be executed on insert/update/delete actions on tables configured.
Add a new trigger with details as follows:

View File

@@ -3,9 +3,9 @@
* STEP 1: Set auth0 domain
Set your auth0 domain in `auth-webhook/constants.js`.
Also allow callbacks for `http://localhost:3000/callback` in your `auth0` dashboard.
Also, allow callbacks for `http://localhost:3000/callback` in your `auth0` dashboard.
* STEP 2: Deploy the auth Webhook (using ngrok, glitch, heroku or whatever)
* STEP 2: Deploy the auth Webhook (using ngrok, glitch, Heroku or whatever)
[![glitch-deploy-button](https://raw.githubusercontent.com/hasura/sample-auth-webhook/master/assets/deploy-glitch.png)](https://glitch.com/edit/#!/thundering-brick)
@@ -27,4 +27,6 @@
* Step 6: Run the React app
Run `npm start` from the `todo-app` directory to start the TODO app.
> The app runs on port 3000 by default. You can change the port number, but you will also have to reconfigure the callback
> The app runs on port 3000 by default. You can change the port number, but you will also have to reconfigure the callback.