Skip to content

Commit

Permalink
fix(clients): typo in README difference -> different (#2314)
Browse files Browse the repository at this point in the history
Co-authored-by: Lipi C.H. Lee <[email protected]>
  • Loading branch information
trivikr and LipiLee authored Apr 28, 2021
1 parent 96ff164 commit 9ac1f40
Show file tree
Hide file tree
Showing 267 changed files with 267 additions and 267 deletions.
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AccessAnalyzerClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new ACMPCAClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new ACMClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AlexaForBusinessClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AmpClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AmplifyClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AmplifyBackendClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-api-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new APIGatewayClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewaymanagementapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new ApiGatewayManagementApiClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new ApiGatewayV2Client({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-app-mesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AppMeshClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AppConfigClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AppflowClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appintegrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AppIntegrationsClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-auto-scaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new ApplicationAutoScalingClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-discovery-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new ApplicationDiscoveryServiceClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new ApplicationInsightsClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AppStreamClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AppSyncClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-athena/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AthenaClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auditmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AuditManagerClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling-plans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AutoScalingPlansClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new AutoScalingClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new BackupClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new BatchClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-braket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new BraketClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-budgets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new BudgetsClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new ChimeClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloud9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new Cloud9Client({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-clouddirectory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudDirectoryClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudformation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudFormationClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudfront/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudFrontClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudhsm-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudHSMV2Client({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudhsm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudHSMClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudsearch-domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudSearchDomainClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudSearchClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudtrail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudTrailClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudwatch-events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudWatchEventsClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudwatch-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudWatchLogsClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudwatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CloudWatchClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-codeartifact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CodeartifactClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-codebuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CodeBuildClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-codecommit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CodeCommitClient({ region: "REGION" });

const params = {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-codedeploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ To send a request, you:
- If you are using a custom http handler, you may call `destroy()` to close open connections.

```js
// a client can be shared by difference commands.
// a client can be shared by different commands.
const client = new CodeDeployClient({ region: "REGION" });

const params = {
Expand Down
Loading

0 comments on commit 9ac1f40

Please sign in to comment.