From ce6c2090ceacacdd2be535bc05b22c4c3744867c Mon Sep 17 00:00:00 2001 From: Kushal Date: Mon, 1 Oct 2018 15:43:06 -0400 Subject: [PATCH] fix spelling for registered registerd -> registered --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1146d00..f49e1c1 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Typical response of a signup request looks like: } ``` -Once a user is registerd (or signed-up) on Hasura, it attaches a Hasura Identity or (hasura_id) to every user. A Hasura identity is an integer. You can use this value in your application to tie your application’s user to this identity. +Once a user is registered (or signed-up) on Hasura, it attaches a Hasura Identity or (hasura_id) to every user. A Hasura identity is an integer. You can use this value in your application to tie your application’s user to this identity. To learn more, check out our [docs](https://docs.hasura.io/0.15/manual/users/index.html) @@ -225,4 +225,4 @@ This will append the remotes configuration to the conf/ci.yaml file under the {{ $ git add . $ git commit -m "Added a new service" $ git push hasura master -``` \ No newline at end of file +```