diff --git a/packages/@aws-cdk/aws-apigateway/lib/restapi.ts b/packages/@aws-cdk/aws-apigateway/lib/restapi.ts index 62e1c1194d0f1..6cee09763a94c 100644 --- a/packages/@aws-cdk/aws-apigateway/lib/restapi.ts +++ b/packages/@aws-cdk/aws-apigateway/lib/restapi.ts @@ -100,7 +100,7 @@ export interface RestApiProps extends ResourceOptions { readonly apiKeySourceType?: ApiKeySourceType; /** - * The list of binary media mine-types that are supported by the RestApi + * The list of binary media mime-types that are supported by the RestApi * resource, such as "image/png" or "application/octet-stream" * * @default - RestApi supports only UTF-8-encoded text payloads.