diff --git a/specification/cat/count/CatCountRequest.ts b/specification/cat/count/CatCountRequest.ts index a8d7b71e24..ad39c8b519 100644 --- a/specification/cat/count/CatCountRequest.ts +++ b/specification/cat/count/CatCountRequest.ts @@ -22,7 +22,7 @@ import { Indices } from '@_types/common' /** * Get a document count. - * Provides quick access to a document count for a data stream, an index, or an entire cluster.n/ + * Provides quick access to a document count for a data stream, an index, or an entire cluster. * The document count only includes live documents, not deleted documents which have not yet been removed by the merge process. * * CAT APIs are only intended for human consumption using the command line or Kibana console.