Skip to content

Commit f60852c

Browse files
committed
docs(readme): Fixed grammar typos and symbol cleanup
1 parent c37420d commit f60852c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

chat-token/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Function shows you how to mint [Access Token](https://www.twilio.com/docs/i
44

55
## IMPORTANT!
66

7-
Make sure you to change the `IDENTITY` variable in the Function to your needs and verify the identity of the user you are generating the access token for.
7+
Make sure you change the `IDENTITY` variable in the Function to your needs and verify the identity of the user you are generating the access token for.
88

99
## Environment variables
1010

forward-message-sendgrid/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This Function depends on one npm module. You should add the following dependenci
2020

2121
| Dependency | Version |
2222
| :--------- | :------ |
23-
| `got` | ^6.7.1 |
23+
| `got` | 6.7.1 |
2424

2525
### Parameters
2626

forward-message-sparkpost/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ This Function depends on one npm module. You should add the following dependenci
2626

2727
| Dependency | Version |
2828
| :--------- | :------ |
29-
| `got` | ^6.7.1 |
29+
| `got` | 6.7.1 |

sync-token/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Function shows you how to mint [Access Token](https://www.twilio.com/docs/i
44

55
## IMPORTANT!
66

7-
Make sure you to change the `IDENTITY` variable in the Function to your needs and verify the identity of the user you are generating the access token for.
7+
Make sure you change the `IDENTITY` variable in the Function to your needs and verify the identity of the user you are generating the access token for.
88

99
## Environment variables
1010

video-token/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Function shows you how to mint [Access Token](https://www.twilio.com/docs/i
44

55
## IMPORTANT!
66

7-
Make sure you to change the `IDENTITY` and `ROOM` variables in the Function to your needs and verify the identity of the user you are generating the access token for.
7+
Make sure you change the `IDENTITY` and `ROOM` variables in the Function to your needs and verify the identity of the user you are generating the access token for.
88

99
## Environment variables
1010

0 commit comments

Comments
 (0)