Skip to content

Commit 7d5f136

Browse files
authored
Fixed 3 Typos
Signed-off-by: Akshit Sarin <akshitsarin99@gmail.com> • 'retreive' to 'retrieve' • 'crednentials' to 'credentials' • 'runtim' to 'runtime'
1 parent e559cf1 commit 7d5f136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Serverless Framework plugin to deploy to the Twilio Runtime
1919
- define `TWILIO_ACCOUNT_SID` and `TWILIO_AUTH_TOKEN` as [environment vars](https://www.twilio.com/blog/2017/01/how-to-set-environment-variables.html)
2020
- run `serverless deploy` to deploy the service
2121
- run `serverless invoke -f hello-world` to invoke the deployed `hello-world` function
22-
- run `serverless info` to retreive information about your Twilio Runtime service
22+
- run `serverless info` to retrieve information about your Twilio Runtime service
2323

2424
#### Minimal `serverless.yml` configuration
2525

@@ -56,7 +56,7 @@ functions:
5656
5757
### Deploy, test, and diagnose your Twilio runtime
5858
59-
To deploy, you will need either some environment variables set or manually input the `accountSid` and `authToken` in the `provider.config` section of your `serverless.yml`. You can find the crednentials in [the Twilio Console](https://www.twilio.com/console/).
59+
To deploy, you will need either some environment variables set or manually input the `accountSid` and `authToken` in the `provider.config` section of your `serverless.yml`. You can find the credentials in [the Twilio Console](https://www.twilio.com/console/).
6060

6161
```yaml
6262
service: your-service # update this with your service name
@@ -107,7 +107,7 @@ provider:
107107
environment: ${env:TWILIO_RUNTIME_ENV, 'dev'}
108108
109109
# Environment variables passed to your functions
110-
# available in the Twilio runtim via `context` function parameter
110+
# available in the Twilio runtime via `context` function parameter
111111
environmentVars:
112112
MY_MESSAGE: 'This is cool stuff'
113113

0 commit comments

Comments
 (0)