Skip to content

Commit 53961ff

Browse files
committed
fix typos
Signed-off-by: Troy Ronda <[email protected]>
1 parent 36e123a commit 53961ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2>Concepts</h2>
176176
</p>
177177

178178
<p>
179-
Orb enables the VDR to be replicated between independent systems to increase the overall resiliance of the ecosytem.
179+
Orb enables the VDR to be replicated between independent systems to increase the overall resilience of the ecosystem.
180180
The transaction model includes Witness signatures as a common Orb format regardless of the Witness ledger implementation.
181181
To achieve our system monitoring properties, we assume a Witness holds a <i>monitorable</i> ledger that stores timestamped transactions with an append-only model.
182182
Witness ledgers can be replicated and monitored for consistent behavior.
@@ -286,7 +286,7 @@ <h3>Witnesses Resolve Late Publishing</h3>
286286
designate some of the other Orb servers as <i>trusted</i>. These trusted servers are then used to determine relative timing between batches.
287287
In the case that a majority viewpoint of itself and the other <i>trusted</i> Orb servers exists, that majority viewpoint will be used to
288288
determine the relative timing of the batches. From the relative timing of the batches, we also resolve the relative timing of the branch in the DID.
289-
An Orb server does not wait for consensus - its viewpoint may evenutally converge to a majority view, over time, in these situations.
289+
An Orb server does not wait for consensus - its viewpoint may eventually converge to a majority view, over time, in these situations.
290290
</p>
291291

292292
<p>
@@ -322,7 +322,7 @@ <h3>Witnesses Resolve Late Publishing</h3>
322322
Upon successful validation, each witness returns a signed transaction timestamp and a promise to include the Orb transaction into their Ledger.
323323
The Orb transaction (combined with the signed transaction timestamps) is then written into the CAS and propagated.
324324
When an Orb Server receives a propagated transaction, they invalidate (as stale) each Sidetree operation that has a timestamp that is not within an acceptable delta of the Orb transaction's timestamp.
325-
When these proofs originate from <i>trusted</i> servers, their timing information is immediately applied after recieving an Orb transaction propagation.
325+
When these proofs originate from <i>trusted</i> servers, their timing information is immediately applied after receiving an Orb transaction propagation.
326326
An Orb server that receives witnessed transactions from trusted servers likely holds the majority timing view immediately in these situations.
327327
</p>
328328
</section>
@@ -341,7 +341,7 @@ <h3>Witnesses Propagate for a DID</h3>
341341

342342
<p>
343343
As a DID can be associated to a particular Witness, that Witness provides observations of the DID controller's behavior.
344-
In addition to proagating for a DID, the associated Witness is also given extra weight as a tie-breaker for resolving the late publishing scenario described in the previous section.
344+
In addition to propagating for a DID, the associated Witness is also given extra weight as a tie-breaker for resolving the late publishing scenario described in the previous section.
345345
</p>
346346

347347
<p>

0 commit comments

Comments
 (0)