From 5a05b6d198fc59f6965e0875b7982e120ed4a0be Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:37:29 +0530 Subject: [PATCH] Fix grammar: change "it's" to "its" in README.md Changed "it's public key" to "its public key" - using possessive form instead of contraction of "it is". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e411d9..f96b658 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Next, build the program: anchor build ``` -The build process generates a keypair for your CCIP Receiver Solana program (not to be confused with your wallet keypair we generated earlier). Before you deploy the `ccip_basic_receiver` Solana program, you must update it's public key in this line in the `./programs/ccip-basic-receiver/src/lib.rs` file: +The build process generates a keypair for your CCIP Receiver Solana program (not to be confused with your wallet keypair we generated earlier). Before you deploy the `ccip_basic_receiver` Solana program, you must update its public key in this line in the `./programs/ccip-basic-receiver/src/lib.rs` file: ``` declare_id!("####GEg__SOME__KEY__HERE__F2TsL#####");