Skip to content

Commit c0f7f97

Browse files
authored
chore(typo): build in => builtin
1 parent 4148782 commit c0f7f97

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)