doc: rename network to cluster

This commit is contained in:
Michael Vines
2019-03-04 08:16:13 -08:00
parent adb4cb43ec
commit 243a4625f1
4 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
// @flow
/**
* The connection url to use when running unit tests against a live network
* The connection url to use when running unit tests against a live cluster
*/
export const url = 'http://localhost:8899/';