From 681cdab0cc644eecb7b325b6541cabd9cc68fb80 Mon Sep 17 00:00:00 2001 From: Alex Vega Date: Mon, 19 Jan 2026 19:41:55 +0700 Subject: [PATCH] fix: add missing word in Builder Score documentation Fixed typo in Max Score section: "weak ( to 8 points)" -> "weak (up to 8 points)" --- docs/protocol-concepts/scoring-systems/builder-score/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/protocol-concepts/scoring-systems/builder-score/index.mdx b/docs/protocol-concepts/scoring-systems/builder-score/index.mdx index a88228b..68e1514 100644 --- a/docs/protocol-concepts/scoring-systems/builder-score/index.mdx +++ b/docs/protocol-concepts/scoring-systems/builder-score/index.mdx @@ -48,7 +48,7 @@ Defines the maximum amount of points each Data Point can contribute to the overa - strong (up to 40 points) - medium (up to 20 points) -- weak ( to 8 points) +- weak (up to 8 points) The mapping between signal strength and max score is just a framework for human decision, not enforced at the code level.