Skip to content

Commit ad3734a

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-04-08
1 parent fc43d06 commit ad3734a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clients/client-gamesparks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ but they are supported by the send operation.
115115
```js
116116
// callbacks.
117117
client.send(command, (err, data) => {
118-
// proccess err and data.
118+
// process err and data.
119119
});
120120
```
121121

@@ -149,7 +149,7 @@ client
149149

150150
// callbacks.
151151
client.createGame(params, (err, data) => {
152-
// proccess err and data.
152+
// process err and data.
153153
});
154154
```
155155

clients/client-pinpoint-sms-voice-v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ but they are supported by the send operation.
133133
```js
134134
// callbacks.
135135
client.send(command, (err, data) => {
136-
// proccess err and data.
136+
// process err and data.
137137
});
138138
```
139139

@@ -167,7 +167,7 @@ client
167167

168168
// callbacks.
169169
client.associateOriginationIdentity(params, (err, data) => {
170-
// proccess err and data.
170+
// process err and data.
171171
});
172172
```
173173

0 commit comments

Comments
 (0)