From e45508481429586d1100089f9919560aba5e31a3 Mon Sep 17 00:00:00 2001 From: Luigi Date: Sun, 17 Nov 2024 13:12:54 +0700 Subject: [PATCH] Update CCIP documentation to be consistent with demo code --- .../chainlink-local/build/ccip/foundry/local-simulator.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/chainlink-local/build/ccip/foundry/local-simulator.mdx b/src/content/chainlink-local/build/ccip/foundry/local-simulator.mdx index d59ea5d384a..d78782f3c25 100644 --- a/src/content/chainlink-local/build/ccip/foundry/local-simulator.mdx +++ b/src/content/chainlink-local/build/ccip/foundry/local-simulator.mdx @@ -112,7 +112,7 @@ The `setUp()` function is invoked before each test case to reinitialize all the ```solidity alice = makeAddr("alice") - Bob = makeAddr("Bob") + bob = makeAddr("bob") ``` 1. All the variables are stored in the contract state for use in the test cases.