From 2e28bdd0149d9e0ccfefc80d48cbc9d576727115 Mon Sep 17 00:00:00 2001 From: Romashka Date: Thu, 19 Dec 2024 11:01:15 +0200 Subject: [PATCH] fix: typos (#4141) # Fix: Corrected typos in documentation files ## Changes - `docs/architecture/adr-009-non-interactive-default-rules-for-reduced-padding.md:180`: "Parital" corrected to "Partial". - `docs/architecture/adr-009-non-interactive-default-rules-for-reduced-padding.md:176`: "collum" corrected to "column". ## Purpose - Improved documentation accuracy and professionalism. --- ...r-009-non-interactive-default-rules-for-reduced-padding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/adr-009-non-interactive-default-rules-for-reduced-padding.md b/docs/architecture/adr-009-non-interactive-default-rules-for-reduced-padding.md index 4f11e76d07..575f284743 100644 --- a/docs/architecture/adr-009-non-interactive-default-rules-for-reduced-padding.md +++ b/docs/architecture/adr-009-non-interactive-default-rules-for-reduced-padding.md @@ -173,11 +173,11 @@ Proof size increases from 2928 bytes to 10352 bytes in 2 GB blocks. In the curre ### Proof Size for Light-Nodes -Light Nodes have additional access to row and collum roots from the Data Availability header. Therefore we can discard any blue nodes to the `DataRoot` from the analysis. +Light Nodes have additional access to row and column roots from the Data Availability header. Therefore we can discard any blue nodes to the `DataRoot` from the analysis. ![Proof Size Result 2](./assets/adr009/proof-size-result2.png) -### Total Proof Size for Parital Nodes +### Total Proof Size for Partial Nodes Partial nodes in this context are light clients that may download all of the data in the reserved namespace. They check that the data behind the PFB was included in the `DataRoot`, via blob inclusion proofs.