diff --git a/content/docs/practices/naming.md b/content/docs/practices/naming.md
index 12876a06..e7519543 100644
--- a/content/docs/practices/naming.md
+++ b/content/docs/practices/naming.md
@@ -43,9 +43,8 @@ A metric name...
* prometheus\_tsdb\_head\_truncations\_closed\_total
* prometheus\_tsdb\_head\_truncations\_established\_total
* prometheus\_tsdb\_head\_truncations\_failed\_total
- * prometheus\_tsdb\_head\_truncations\_total
-
- The following examples are also valid, but are following a different trade-off. They are easier to read individually, but unrelated metrics like prometheus\_tsdb\_head\_series might get sorted in between.
+ * prometheus\_tsdb\_head\_truncations\_total
+ The following examples are also valid, but are following a different trade-off. They are easier to read individually, but unrelated metrics like prometheus\_tsdb\_head\_series might get sorted in between.
* prometheus\_tsdb\_head\_closed\_truncations\_total
* prometheus\_tsdb\_head\_established\_truncations\_total
* prometheus\_tsdb\_head\_failed\_truncations\_total