Update principles.md (#976)

This commit is contained in:
Milan Brahmbhatt 2022-05-16 00:13:25 -07:00 committed by GitHub
parent 9a32b8383c
commit d24a88fd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Servers must be allowed to gracefully shut-down by rejecting new requests while
### Flow Control
Computing power and network capacity are often unbalanced between client ands server. Flow control allows for better buffer management as well as providing protection from DOS by an overly active peer.
Computing power and network capacity are often unbalanced between client and server. Flow control allows for better buffer management as well as providing protection from DOS by an overly active peer.
### Pluggable