Skip to content

Commit d64738a

Browse files
authored
Merge pull request #13940 from ludamad/patch-2
chore(typo): build in => builtin
2 parents 0174042 + c0f7f97 commit d64738a

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/nodes-and-clients/bootnodes

1 file changed

+1
-1
lines changed

public/content/developers/docs/nodes-and-clients/bootnodes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When a new node joins the Ethereum network it needs to connect to nodes that are
88

99
## Connect to a bootnode {#connect-to-a-bootnode}
1010

11-
Most clients have a list of bootnodes build in, but you might also want to run your own bootnode, or use one that is not part of the client's hardcoded list. In this case, you can specify them when starting your client, as follows (example is for Geth, please check your client's documentation):
11+
Most clients have a list of bootnodes builtin, but you might also want to run your own bootnode, or use one that is not part of the client's hardcoded list. In this case, you can specify them when starting your client, as follows (example is for Geth, please check your client's documentation):
1212

1313
```
1414
geth --bootnodes "enode://<node ID>@<IP address>:<port>"

0 commit comments

Comments
 (0)