From 95597b72d6a8d5c34dad5401a7c3d385d1adc9aa Mon Sep 17 00:00:00 2001 From: Jeremy Bokobza Date: Tue, 10 Dec 2024 12:35:24 +0000 Subject: [PATCH] fix typo in program-derived-address.md --- docs/intro/quick-start/program-derived-address.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/quick-start/program-derived-address.md b/docs/intro/quick-start/program-derived-address.md index c5d4ed2cb..18a4886e5 100644 --- a/docs/intro/quick-start/program-derived-address.md +++ b/docs/intro/quick-start/program-derived-address.md @@ -473,7 +473,7 @@ The `Update` struct defines the accounts required for the `update` instruction. --- Note that the `bump = message_account.bump` constraint uses the bump seed stored -on the `mesesage_account`, rather than having Anchor recalculate it. +on the `message_account`, rather than having Anchor recalculate it. ---