From 41f165c310a2037a03eeeeefcc3545e99206db41 Mon Sep 17 00:00:00 2001 From: oncecelll Date: Sat, 10 Jan 2026 17:36:39 +0800 Subject: [PATCH 1/4] chore: fix some typos in comments Signed-off-by: oncecelll --- VALIDATOR_JOURNEY_ARCHITECTURE_v3.md | 2 +- frontend/src/routes/Overview.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VALIDATOR_JOURNEY_ARCHITECTURE_v3.md b/VALIDATOR_JOURNEY_ARCHITECTURE_v3.md index 4bf2c662..9fbebab4 100644 --- a/VALIDATOR_JOURNEY_ARCHITECTURE_v3.md +++ b/VALIDATOR_JOURNEY_ARCHITECTURE_v3.md @@ -212,7 +212,7 @@ def update_user_leaderboard_entries(user): for leaderboard_type in qualified_leaderboards: update_leaderboard_type_ranks(leaderboard_type) - # Also update waitlist ranks if user graduated (they were removed) FIX: with the fix above this is not necesarry + # Also update waitlist ranks if user graduated (they were removed) FIX: with the fix above this is not necessary if 'validator-waitlist-graduation' in qualified_leaderboards: update_leaderboard_type_ranks('validator-waitlist') diff --git a/frontend/src/routes/Overview.svelte b/frontend/src/routes/Overview.svelte index decfa4c2..8aa0487d 100644 --- a/frontend/src/routes/Overview.svelte +++ b/frontend/src/routes/Overview.svelte @@ -173,7 +173,7 @@ contribution.

- Stewards review submited contributions, evaluating them on technical quality, originality, and ecosystem impact. Stewards assign points transparently and may request revisions or offer feedback to improve contributions. Their role ensures fairness, consistency, and alignment with GenLayer's long-term vision as the ecosystem grows. + Stewards review submitted contributions, evaluating them on technical quality, originality, and ecosystem impact. Stewards assign points transparently and may request revisions or offer feedback to improve contributions. Their role ensures fairness, consistency, and alignment with GenLayer's long-term vision as the ecosystem grows.