From c811ff646b1596c2c62fe0d0a80ebf3571bdee3c Mon Sep 17 00:00:00 2001 From: Paul <41552663+molecula451@users.noreply.github.com> Date: Sun, 2 Oct 2022 13:38:45 -0400 Subject: [PATCH] fix typo (#25914) --- docs/_dapp/native-bindings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_dapp/native-bindings.md b/docs/_dapp/native-bindings.md index 248bd12e01..cbc1fee7d6 100644 --- a/docs/_dapp/native-bindings.md +++ b/docs/_dapp/native-bindings.md @@ -557,7 +557,7 @@ feature. However, using public testnets as a backend does not lend itself well t *automated unit testing*. Therefore, Geth also implements a *simulated blockchain* that can be set as a backend to native contracts the same way as a live RPC backend, using the command `backends.NewSimulatedBackend(genesisAccounts)`. The code snippet below shows how this -can be used as a backend in a Go applicatioon. +can be used as a backend in a Go application. ```go package main @@ -614,4 +614,4 @@ contract bindings automatically. This makes contract functions available in Go n [hardhat-link]:https://hardhat.org/ [brownie-link]:https://eth-brownie.readthedocs.io/en/stable/ [remix-link]:https://remix.ethereum.org/ -[web3-ss-link]:https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition \ No newline at end of file +[web3-ss-link]:https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition