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.
115115``` js
116116// callbacks.
117117client .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.
151151client .createGame (params , (err , data ) => {
152- // proccess err and data.
152+ // process err and data.
153153});
154154```
155155
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ but they are supported by the send operation.
133133``` js
134134// callbacks.
135135client .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.
169169client .associateOriginationIdentity (params , (err , data ) => {
170- // proccess err and data.
170+ // process err and data.
171171});
172172```
173173
You can’t perform that action at this time.
0 commit comments