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

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

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

clients/client-app-mesh/README.md

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

@@ -161,7 +161,7 @@ client
161161

162162
// callbacks.
163163
client.createGatewayRoute(params, (err, data) => {
164-
// proccess err and data.
164+
// process err and data.
165165
});
166166
```
167167

clients/client-appconfig/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ but they are supported by the send operation.
159159
```js
160160
// callbacks.
161161
client.send(command, (err, data) => {
162-
// proccess err and data.
162+
// process err and data.
163163
});
164164
```
165165

@@ -193,7 +193,7 @@ client
193193

194194
// callbacks.
195195
client.createApplication(params, (err, data) => {
196-
// proccess err and data.
196+
// process err and data.
197197
});
198198
```
199199

clients/client-appconfigdata/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ but they are supported by the send operation.
159159
```js
160160
// callbacks.
161161
client.send(command, (err, data) => {
162-
// proccess err and data.
162+
// process err and data.
163163
});
164164
```
165165

@@ -193,7 +193,7 @@ client
193193

194194
// callbacks.
195195
client.getLatestConfiguration(params, (err, data) => {
196-
// proccess err and data.
196+
// process err and data.
197197
});
198198
```
199199

clients/client-appflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ but they are supported by the send operation.
153153
```js
154154
// callbacks.
155155
client.send(command, (err, data) => {
156-
// proccess err and data.
156+
// process err and data.
157157
});
158158
```
159159

@@ -187,7 +187,7 @@ client
187187

188188
// callbacks.
189189
client.createConnectorProfile(params, (err, data) => {
190-
// proccess err and data.
190+
// process err and data.
191191
});
192192
```
193193

clients/client-appintegrations/README.md

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

@@ -153,7 +153,7 @@ client
153153

154154
// callbacks.
155155
client.createDataIntegration(params, (err, data) => {
156-
// proccess err and data.
156+
// process err and data.
157157
});
158158
```
159159

clients/client-application-auto-scaling/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ but they are supported by the send operation.
190190
```js
191191
// callbacks.
192192
client.send(command, (err, data) => {
193-
// proccess err and data.
193+
// process err and data.
194194
});
195195
```
196196

@@ -224,7 +224,7 @@ client
224224

225225
// callbacks.
226226
client.deleteScalingPolicy(params, (err, data) => {
227-
// proccess err and data.
227+
// process err and data.
228228
});
229229
```
230230

clients/client-application-discovery-service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ but they are supported by the send operation.
246246
```js
247247
// callbacks.
248248
client.send(command, (err, data) => {
249-
// proccess err and data.
249+
// process err and data.
250250
});
251251
```
252252

@@ -280,7 +280,7 @@ client
280280

281281
// callbacks.
282282
client.associateConfigurationItemsToApplication(params, (err, data) => {
283-
// proccess err and data.
283+
// process err and data.
284284
});
285285
```
286286

clients/client-application-insights/README.md

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

@@ -162,7 +162,7 @@ client
162162

163163
// callbacks.
164164
client.createApplication(params, (err, data) => {
165-
// proccess err and data.
165+
// process err and data.
166166
});
167167
```
168168

clients/client-applicationcostprofiler/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.deleteReportDefinition(params, (err, data) => {
160-
// proccess err and data.
160+
// process err and data.
161161
});
162162
```
163163

clients/client-apprunner/README.md

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

@@ -166,7 +166,7 @@ client
166166

167167
// callbacks.
168168
client.associateCustomDomain(params, (err, data) => {
169-
// proccess err and data.
169+
// process err and data.
170170
});
171171
```
172172

0 commit comments

Comments
 (0)