From 3aa6ccdc9c949d33009b68f88d0fc6c7fa9b89e6 Mon Sep 17 00:00:00 2001 From: Liam Aharon Date: Wed, 28 Feb 2024 17:52:35 +1100 Subject: [PATCH] Update docs/sdk/src/reference_docs/frame_runtime_upgrades_and_migrations.rs Co-authored-by: gupnik --- .../src/reference_docs/frame_runtime_upgrades_and_migrations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/src/reference_docs/frame_runtime_upgrades_and_migrations.rs b/docs/sdk/src/reference_docs/frame_runtime_upgrades_and_migrations.rs index b47e0cfd600a..7d870b432218 100644 --- a/docs/sdk/src/reference_docs/frame_runtime_upgrades_and_migrations.rs +++ b/docs/sdk/src/reference_docs/frame_runtime_upgrades_and_migrations.rs @@ -106,7 +106,7 @@ //! ### Note on the Manipulability of PoV Size and Execution Time //! //! While [`try-runtime-cli`](https://github.com/paritytech/try-runtime-cli) can help ensure with -//! very high certianty that a migration will succeed given **existing** on-chain state, it cannot +//! very high certainty that a migration will succeed given **existing** on-chain state, it cannot //! prevent a malicious actor from manipulating state in a way that will cause the migration to take //! longer or produce a PoV much larger than previously measured. //!