From 92a3e8f8213f2ac649c8a66bcefcb8a07618205e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 16 Apr 2024 08:04:18 +0200 Subject: [PATCH] not here --- index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.d.ts b/index.d.ts index ed8d9294..61439abc 100644 --- a/index.d.ts +++ b/index.d.ts @@ -114,8 +114,8 @@ export type Collector = () => void; export const register: Registry; /** - * HTTP Content-Type for metrics response headers for the default registry, - * defaults to Prometheus text format. + * HTTP Content-Type for metrics response headers, defaults to Prometheus text + * format. */ export const contentType: RegistryContentType;