Fix typo in connectivity/index.md (#2382)

Fix typo
This commit is contained in:
Ferdinand Holzer 2019-03-19 16:26:26 +01:00 committed by Peter Hedenskog
parent d40cbd56e5
commit 792f22092d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ And if you want to remove the networks:
echo 'Stopping Docker networks'
docker network rm 3g
docker network rm 3gfast
docker network rm 3slow
docker network rm 3gslow
docker network rm cable
~~~