From a788b5a042f097bbe0c9f9f832770a1868fd8a46 Mon Sep 17 00:00:00 2001 From: ltsyk Date: Thu, 30 Jul 2026 08:00:02 +0800 Subject: [PATCH] docs: fix typos in project documentation Fix documentation typos: recieve->receive (x14) --- Android/docs/payment.md | 2 +- Android/docs/sms.md | 2 +- Nodejs/docs/payment.md | 2 +- Nodejs/docs/sms.md | 2 +- PHP/docs/payment.md | 2 +- PHP/docs/sms.md | 2 +- Payment.md | 2 +- Python/docs/payment.md | 2 +- Python/docs/sms.md | 2 +- Ruby/docs/payment.md | 2 +- Ruby/docs/sms.md | 2 +- Sms.md | 2 +- iOS/docs/payment.md | 2 +- iOS/docs/sms.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Android/docs/payment.md b/Android/docs/payment.md index fea7cf3..a251cbb 100644 --- a/Android/docs/payment.md +++ b/Android/docs/payment.md @@ -70,7 +70,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure PHP.PAYMENT.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PHP.PAYMENT.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure PHP.PAYMENT.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PHP.PAYMENT.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/Android/docs/sms.md b/Android/docs/sms.md index a7c6885..97f806e 100644 --- a/Android/docs/sms.md +++ b/Android/docs/sms.md @@ -70,7 +70,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure Android.SMS.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure Android.SMS.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure Android.SMS.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure Android.SMS.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/Nodejs/docs/payment.md b/Nodejs/docs/payment.md index eb30df7..52bfdfa 100644 --- a/Nodejs/docs/payment.md +++ b/Nodejs/docs/payment.md @@ -75,7 +75,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure NODEJS.PAYMENT.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure NODEJS.PAYMENT.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure NODEJS.PAYMENT.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure NODEJS.PAYMENT.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/Nodejs/docs/sms.md b/Nodejs/docs/sms.md index d598f0a..80f6735 100644 --- a/Nodejs/docs/sms.md +++ b/Nodejs/docs/sms.md @@ -75,7 +75,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure NODEJS.SMS.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure NODEJS.SMS.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure NODEJS.SMS.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure NODEJS.SMS.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/PHP/docs/payment.md b/PHP/docs/payment.md index fea7cf3..a251cbb 100644 --- a/PHP/docs/payment.md +++ b/PHP/docs/payment.md @@ -70,7 +70,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure PHP.PAYMENT.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PHP.PAYMENT.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure PHP.PAYMENT.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PHP.PAYMENT.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/PHP/docs/sms.md b/PHP/docs/sms.md index bf0c0d2..89629c4 100644 --- a/PHP/docs/sms.md +++ b/PHP/docs/sms.md @@ -70,7 +70,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure PHP.SMS.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PHP.SMS.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure PHP.SMS.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PHP.SMS.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/Payment.md b/Payment.md index 66d4739..c726d6e 100644 --- a/Payment.md +++ b/Payment.md @@ -52,7 +52,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` in the figure abov ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure PROTO.PAYMENT.7* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PROTO.PAYMENT.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure PROTO.PAYMENT.7* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PROTO.PAYMENT.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/Python/docs/payment.md b/Python/docs/payment.md index e97e41e..5dd57d0 100644 --- a/Python/docs/payment.md +++ b/Python/docs/payment.md @@ -72,7 +72,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure PROTO.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PROTO.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure PROTO.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PROTO.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/Python/docs/sms.md b/Python/docs/sms.md index 6563db4..905e93a 100644 --- a/Python/docs/sms.md +++ b/Python/docs/sms.md @@ -72,7 +72,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure PROTO.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PROTO.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure PROTO.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PROTO.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/Ruby/docs/payment.md b/Ruby/docs/payment.md index 1bdef64..95375a6 100644 --- a/Ruby/docs/payment.md +++ b/Ruby/docs/payment.md @@ -65,7 +65,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure RUBY.PAYMENT.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure RUBY.PAYMENT.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure RUBY.PAYMENT.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure RUBY.PAYMENT.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/Ruby/docs/sms.md b/Ruby/docs/sms.md index 90f7734..ae10ba4 100644 --- a/Ruby/docs/sms.md +++ b/Ruby/docs/sms.md @@ -65,7 +65,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure RUBY.SMS.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure RUBY.SMS.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure RUBY.SMS.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure RUBY.SMS.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/Sms.md b/Sms.md index 9632936..aeba873 100644 --- a/Sms.md +++ b/Sms.md @@ -52,7 +52,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` in the figure abov ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure PROTO.SMS.7* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PROTO.SMS.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure PROTO.SMS.7* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PROTO.SMS.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/iOS/docs/payment.md b/iOS/docs/payment.md index fea7cf3..a251cbb 100644 --- a/iOS/docs/payment.md +++ b/iOS/docs/payment.md @@ -70,7 +70,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure PHP.PAYMENT.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PHP.PAYMENT.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure PHP.PAYMENT.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure PHP.PAYMENT.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and diff --git a/iOS/docs/sms.md b/iOS/docs/sms.md index a7c6885..97f806e 100644 --- a/iOS/docs/sms.md +++ b/iOS/docs/sms.md @@ -70,7 +70,7 @@ Before invoking your redirect, please replace `[YOUR APP ID]` and `[YOUR APP SEC ![Authorize](https://raw.github.com/Openovate/rest-docs/master/sms/assets/user.jpg) ==== -Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we recieve the code to continue the authentication process. *Figure Android.SMS.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure Android.SMS.3*. +Once the user gives permission, Globe will redirect the user to your Redirect URI with a `code` parameter appended to the end of it. This is how we receive the code to continue the authentication process. *Figure Android.SMS.8* shows how this redirect will look like given that we set our redirect URI to `http://www.example.com/callback` in our app create form in *Figure Android.SMS.3*. **Important:** It is also possible that a user can give permissions to your app using just their phone via SMS. Globe will call (not a phone call) your redirect URI with `access_token` and