Skip to content

Commit f38e98f

Browse files
authored
docs(readme): fix type of proccess in READMEs
1 parent 60c879e commit f38e98f

File tree

307 files changed

+614
-614
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

307 files changed

+614
-614
lines changed

clients/client-accessanalyzer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ but they are supported by the send operation.
123123
```js
124124
// callbacks.
125125
client.send(command, (err, data) => {
126-
// proccess err and data.
126+
// process err and data.
127127
});
128128
```
129129

@@ -157,7 +157,7 @@ client
157157

158158
// callbacks.
159159
client.applyArchiveRule(params, (err, data) => {
160-
// proccess err and data.
160+
// process err and data.
161161
});
162162
```
163163

clients/client-account/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.deleteAlternateContact(params, (err, data) => {
152-
// proccess err and data.
152+
// process err and data.
153153
});
154154
```
155155

clients/client-acm-pca/README.md

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

@@ -165,7 +165,7 @@ client
165165

166166
// callbacks.
167167
client.createCertificateAuthority(params, (err, data) => {
168-
// proccess err and data.
168+
// process err and data.
169169
});
170170
```
171171

clients/client-acm/README.md

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

@@ -152,7 +152,7 @@ client
152152

153153
// callbacks.
154154
client.addTagsToCertificate(params, (err, data) => {
155-
// proccess err and data.
155+
// process err and data.
156156
});
157157
```
158158

clients/client-alexa-for-business/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ but they are supported by the send operation.
122122
```js
123123
// callbacks.
124124
client.send(command, (err, data) => {
125-
// proccess err and data.
125+
// process err and data.
126126
});
127127
```
128128

@@ -156,7 +156,7 @@ client
156156

157157
// callbacks.
158158
client.approveSkill(params, (err, data) => {
159-
// proccess err and data.
159+
// process err and data.
160160
});
161161
```
162162

clients/client-amp/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.createAlertManagerDefinition(params, (err, data) => {
152-
// proccess err and data.
152+
// process err and data.
153153
});
154154
```
155155

clients/client-amplify/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ but they are supported by the send operation.
120120
```js
121121
// callbacks.
122122
client.send(command, (err, data) => {
123-
// proccess err and data.
123+
// process err and data.
124124
});
125125
```
126126

@@ -154,7 +154,7 @@ client
154154

155155
// callbacks.
156156
client.createApp(params, (err, data) => {
157-
// proccess err and data.
157+
// process err and data.
158158
});
159159
```
160160

clients/client-amplifybackend/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.cloneBackend(params, (err, data) => {
152-
// proccess err and data.
152+
// process err and data.
153153
});
154154
```
155155

clients/client-amplifyuibuilder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ but they are supported by the send operation.
123123
```js
124124
// callbacks.
125125
client.send(command, (err, data) => {
126-
// proccess err and data.
126+
// process err and data.
127127
});
128128
```
129129

@@ -157,7 +157,7 @@ client
157157

158158
// callbacks.
159159
client.createComponent(params, (err, data) => {
160-
// proccess err and data.
160+
// process err and data.
161161
});
162162
```
163163

clients/client-api-gateway/README.md

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

@@ -151,7 +151,7 @@ client
151151

152152
// callbacks.
153153
client.createApiKey(params, (err, data) => {
154-
// proccess err and data.
154+
// process err and data.
155155
});
156156
```
157157

0 commit comments

Comments
 (0)