From 46edd4bc4b21fafc121365ba8c815cd102a853c2 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Mon, 21 Oct 2024 12:40:14 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c81114f..b4b59a85 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Store and retrieve state in Solana. [anchor](./basics/program-derived-addresses/anchor) [native](./basics/program-derived-addresses/native) -### Handling accounts that expland in size +### Handling accounts that expand in size How to store state that changes size in Solana.