From 4dde8771d6f483e798a5497128659d48ddaac56d Mon Sep 17 00:00:00 2001 From: Alex Vega Date: Mon, 26 Jan 2026 22:25:24 +0700 Subject: [PATCH] fix: correct grammar in Event and Data Issuer documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - event.mdx: 'Events to track' → 'Events track' (missing verb) - data-issuer.mdx: 'associated with Data Point' → 'associated with a Data Point' (missing article) --- docs/protocol-concepts/data-issuer.mdx | 2 +- docs/protocol-concepts/event.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/protocol-concepts/data-issuer.mdx b/docs/protocol-concepts/data-issuer.mdx index c00e17b..9e03959 100644 --- a/docs/protocol-concepts/data-issuer.mdx +++ b/docs/protocol-concepts/data-issuer.mdx @@ -4,7 +4,7 @@ sidebar_position: 6 # Data Issuer -A Data Issuer is the trusted entity associated with Data Point on Talent Protocol. +A Data Issuer is the trusted entity associated with a Data Point on Talent Protocol. ## Key Attributes: diff --git a/docs/protocol-concepts/event.mdx b/docs/protocol-concepts/event.mdx index c853e4b..ff89202 100644 --- a/docs/protocol-concepts/event.mdx +++ b/docs/protocol-concepts/event.mdx @@ -6,7 +6,7 @@ sidebar_position: 5 An Event is a historical record of changes to a user’s reputation data over time. -Events to track how reputation changes over time, giving users better insights into their progress. Think of it like Etherscan for the Builder Score: users will be able to see not just their current reputation state, but the complete history of how they got there. +Events track how reputation changes over time, giving users better insights into their progress. Think of it like Etherscan for the Builder Score: users will be able to see not just their current reputation state, but the complete history of how they got there. Every change to reputation data is recorded as an Event with its old value, new value, and timestamp.