From d44c9a5dcd28c5800c9529f47be168f38ebb0ffa Mon Sep 17 00:00:00 2001 From: Kouteki Date: Fri, 12 Apr 2024 11:19:40 +0200 Subject: [PATCH] fix: typo in portal-loop.md (#1918) Just a documentation typo fixed. It's not much, but it's honest work. --- docs/concepts/portal-loop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/portal-loop.md b/docs/concepts/portal-loop.md index f335013034d..10772cc5126 100644 --- a/docs/concepts/portal-loop.md +++ b/docs/concepts/portal-loop.md @@ -8,7 +8,7 @@ Portal Loop is an always-up-to-date staging testnet that allows for using the latest version of Gno, Gno.land, and TM2. By utilizing the power of Docker & the [tx-archive](https://github.com/gnolang/tx-archive) tool, the Portal Loop can run the latest code from the master branch on the [Gno monorepo](https://github.com/gnolang/gno), -while preserving most/all the previous the transaction data. +while preserving most/all of the previous transaction data. The Portal Loop allows for quick iteration on the latest version of Gno - without having to make a hard/soft fork.