From d31dc58a4d05ca4d6ad3e039538c6172629858ce Mon Sep 17 00:00:00 2001 From: Steven Gregg Date: Fri, 26 Jul 2019 01:33:00 +1000 Subject: [PATCH] Fixes PIE-1669 typo (#1763) Signed-off-by: Adrian Sutton --- docs/Consensus-Protocols/IBFT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Consensus-Protocols/IBFT.md b/docs/Consensus-Protocols/IBFT.md index 6630b856cd..2295ef08ac 100644 --- a/docs/Consensus-Protocols/IBFT.md +++ b/docs/Consensus-Protocols/IBFT.md @@ -98,7 +98,7 @@ to two times `blockperiodseconds` generally results in blocks being added every !!! example An internal PegaSys IBFT 2.0 testnet has 4 geographically dispersed validators in Sweden, - Sydney, and North Viringia (2 validators). With a `blockperiodseconds`of 5 and a `requesttimeoutseconds` of 10, + Sydney, and North Virginia (2 validators). With a `blockperiodseconds`of 5 and a `requesttimeoutseconds` of 10, the testnet consistently creates block with a 5 second blocktime. ### Optional Configuration Options