From 57a498c471c82ce6e0061436d6beb80334f24f52 Mon Sep 17 00:00:00 2001 From: chloefeal <188809157+chloefeal@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:32:30 +0800 Subject: [PATCH] chore: fix typo Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com> --- docs/build/building-apps/upgrades/0.52.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/building-apps/upgrades/0.52.md b/docs/build/building-apps/upgrades/0.52.md index 5eb00b0caf5..5fd033f51f4 100644 --- a/docs/build/building-apps/upgrades/0.52.md +++ b/docs/build/building-apps/upgrades/0.52.md @@ -145,7 +145,7 @@ The GasDecorator and Sequence decorator were merged into the SigVerificationDeco ### Unordered Transactions -v0.52 introduces unordered transactions, this feature allows transcations to not need sequence numbers and has its own replay protection system. +v0.52 introduces unordered transactions, this feature allows transactions to not need sequence numbers and has its own replay protection system. * Important: This is optional.