From ac3431d3f5ae7b6714b9d9f8fc88c6968def76a8 Mon Sep 17 00:00:00 2001 From: Alex Vega Date: Sat, 24 Jan 2026 20:26:13 +0700 Subject: [PATCH] fix: correct typos in Data Point documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 'is specific type' → 'is a specific type' - 'they can be use' → 'they can be used' - 'I**mmutable**' → '**Immutable**' (fix markdown formatting) --- docs/protocol-concepts/data-point.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/protocol-concepts/data-point.mdx b/docs/protocol-concepts/data-point.mdx index d4d6e9f..0455129 100644 --- a/docs/protocol-concepts/data-point.mdx +++ b/docs/protocol-concepts/data-point.mdx @@ -4,7 +4,7 @@ sidebar_position: 4 # Data Point -A Data Point is specific type of reputation data about a given user. +A Data Point is a specific type of reputation data about a given user. ## Key Attributes: @@ -12,13 +12,13 @@ A Data Point is specific type of reputation data about a given user. - A Data Point is always associated with a [Data Issuer](/docs/protocol-concepts/data-issuer). - A Data Issuer can have multiple Data Points, but a Data Point only has one Data Issuer. - A Data Point only contains objective and verifiable data. -- A Data Point doesn't store any scoring information; they can be use in multiple scoring systems. +- A Data Point doesn't store any scoring information; they can be used in multiple scoring systems. - Example: - Data Issuer: `GitHub` - Data Point: `Stars` - Value: `[number of stars]` -## **Variable** and I**mmutable** Data Points: +## **Variable** and **Immutable** Data Points: - Immutable data points are simpler versions of variable data points. - **Variable Data Points** contain a value that can change over time.