File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
client-pinpoint-sms-voice-v2 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ but they are supported by the send operation.
115
115
``` js
116
116
// callbacks.
117
117
client .send (command, (err , data ) => {
118
- // proccess err and data.
118
+ // process err and data.
119
119
});
120
120
```
121
121
@@ -149,7 +149,7 @@ client
149
149
150
150
// callbacks.
151
151
client .createGame (params , (err , data ) => {
152
- // proccess err and data.
152
+ // process err and data.
153
153
});
154
154
```
155
155
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ but they are supported by the send operation.
133
133
``` js
134
134
// callbacks.
135
135
client .send (command, (err , data ) => {
136
- // proccess err and data.
136
+ // process err and data.
137
137
});
138
138
```
139
139
@@ -167,7 +167,7 @@ client
167
167
168
168
// callbacks.
169
169
client .associateOriginationIdentity (params , (err , data ) => {
170
- // proccess err and data.
170
+ // process err and data.
171
171
});
172
172
```
173
173
You can’t perform that action at this time.
0 commit comments