diff --git a/docs/how-to/configure-node.md b/docs/how-to/configure-node.md index a46e170c4..81fad5f20 100644 --- a/docs/how-to/configure-node.md +++ b/docs/how-to/configure-node.md @@ -6,11 +6,11 @@ description: Learn how to configure a node in IPFS, the InterPlanetary File Syst # Configure a node -IPFS is configured through a json formatted text file, located by default at `~/.ipfs/config`. +IPFS is configured through a json formatted text file, located by default at `~/.ipfs/config`. Implementation-specific information can be found within the [go-ipfs](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md) and [js-ipfs](https://github.com/ipfs/js-ipfs/blob/master/docs/config.md) repositories. ## Addresses -The config file stores a few different address types, all of which use the multiaddr addressing format. Lets go over what each address type means. +The config file stores a few different address types, all of which use the multiaddr addressing format. Let's go over what each address type means. ```json "Addresses": {