From 4c0961c723084fe4a34cb1913e655adba840e6bb Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Sun, 21 Apr 2019 08:49:45 +0200 Subject: [PATCH] Fix typo --- content/concepts/testnets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/testnets.md b/content/concepts/testnets.md index 5fa05e3b..ec5a3bfb 100644 --- a/content/concepts/testnets.md +++ b/content/concepts/testnets.md @@ -65,7 +65,7 @@ There are several Ocean Protocol software components that are live, connected to ### Using Barge with Nile -If you run [Barge](https://github.com/oceanprotocol/barge) with the the `--local-nile-node` option, then Barge will run a Nile node on your local machine (along with everything else Barge runs). There might be many blocks in the Nile Testnet's blockchain, so it might take a long time for your local Nile node to sync, i.e. to download a local copy of all the blocks. **In the meantime, the local Nile node won't be able to do certain things.** +If you run [Barge](https://github.com/oceanprotocol/barge) with the `--local-nile-node` option, then Barge will run a Nile node on your local machine (along with everything else Barge runs). There might be many blocks in the Nile Testnet's blockchain, so it might take a long time for your local Nile node to sync, i.e. to download a local copy of all the blocks. **In the meantime, the local Nile node won't be able to do certain things.** ## A Spree Testnet (for Local Development)