From 6bac514c039523552b6d905fb69c15563e2c5406 Mon Sep 17 00:00:00 2001 From: Brian Zier Date: Thu, 20 Feb 2025 13:54:29 -0800 Subject: [PATCH] Fix typo Signed-off-by: Brian Zier --- docs/content/migration/simpleclient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/migration/simpleclient.md b/docs/content/migration/simpleclient.md index 82937a64b..27606dbb6 100644 --- a/docs/content/migration/simpleclient.md +++ b/docs/content/migration/simpleclient.md @@ -13,7 +13,7 @@ Migration using the Simpleclient Bridge Good news: Users of version 0.16.0 and older do not need to refactor all their instrumentation code to get started with 1.0.0. -We provide a migration module for bridging the old simpleclient `CollectorRegistry` to the new `PromethesuRegistry`. +We provide a migration module for bridging the old simpleclient `CollectorRegistry` to the new `PrometheusRegistry`. To use the bridge, add the following dependency: