From c8e1b08c198bd1389ba0aaa00ce2ebd3a7b28950 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Wed, 15 Dec 2021 09:25:40 +0000 Subject: [PATCH] chore: typo --- src/dialer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialer/index.js b/src/dialer/index.js index e119d10e..555d26f2 100644 --- a/src/dialer/index.js +++ b/src/dialer/index.js @@ -24,7 +24,7 @@ const { const METRICS_COMPONENT = 'dialler' const METRICS_PENDING_DIALS = 'pending-dials' -const METRICS_PENDING_DIAL_TARGETS = 'pending-dials-targers' +const METRICS_PENDING_DIAL_TARGETS = 'pending-dial-targets' /** * @typedef {import('libp2p-interfaces/src/connection').Connection} Connection