diff --git a/clients/client-elasticache/src/commands/TestFailoverCommand.ts b/clients/client-elasticache/src/commands/TestFailoverCommand.ts index 8ed9c7d26994..3c147222b854 100644 --- a/clients/client-elasticache/src/commands/TestFailoverCommand.ts +++ b/clients/client-elasticache/src/commands/TestFailoverCommand.ts @@ -27,7 +27,7 @@ export interface TestFailoverCommandInput extends TestFailoverMessage {} export interface TestFailoverCommandOutput extends TestFailoverResult, __MetadataBearer {} /** - *

Represents the input of a TestFailover operation which test automatic + *

Represents the input of a TestFailover operation which tests automatic * failover on a specified node group (called shard in the console) in a replication group * (called cluster in the console).

*

This API is designed for testing the behavior of your application in case of @@ -39,7 +39,7 @@ export interface TestFailoverCommandOutput extends TestFailoverResult, __Metadat *

*