Skip to content

Commit 5cc19bc

Browse files
authored
Apply suggestion from @briandoyle81
1 parent 348fbb8 commit 5cc19bc

File tree

1 file changed

+1
-1
lines changed
  • docs/blockchain-development-tutorials/cadence/emulator-fork-testing

1 file changed

+1
-1
lines changed

docs/blockchain-development-tutorials/cadence/emulator-fork-testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The emulator's fork mode starts a local Flow blockchain that connects to a real
110110

111111
- Full gRPC and REST API servers running locally
112112
- On-demand fetching of accounts, contracts, and state from the live network
113-
- Disabled signature validation—execute transactions as any mainnet account
113+
- Disabled signature validation. You can impersonate any mainnet account to execute transactions
114114
- All mutations stay local—never affect the real network
115115
- Perfect for E2E tests, manual exploration, and debugging
116116

0 commit comments

Comments
 (0)