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. ---