Skip to content

Commit

Permalink
fix typo (#7496)
Browse files Browse the repository at this point in the history
  • Loading branch information
luis261 authored Apr 29, 2021
1 parent c4f4964 commit 6cb7466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/dgraph.tex
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ \section{Replication}
\section{High Availability and Scalability}

Dgraph's architecture revolves around Raft groups for update log serialization
and replication. In the CAP throrem, this follows CP, i.e. in a network
and replication. In the CAP theorem, this follows CP, i.e. in a network
partition, Dgraph would choose consistency over availability. However, the
concepts of CAP theorem should not be confused with high availability, which is
determined by how many instances can be lost without the service getting
Expand Down

0 comments on commit 6cb7466

Please sign in to comment.