Skip to content

Commit

Permalink
docs: fix typos (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkysar authored Oct 15, 2023
1 parent c2124f7 commit 26b064f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions p2p/host/resource-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ works best.

## Examples

Here we consider some concrete examples that can ellucidate the abstract
Here we consider some concrete examples that can elucidate the abstract
design as described so far.

### Stream Lifetime
Expand Down Expand Up @@ -578,7 +578,7 @@ More specifically the following constraints apply:
- the peer scope, where the limits for the peer at the other end of the stream
apply.
- the service scope, where the limits of the specific service owning the stream apply.
- the protcol scope, where the limits of the specific protocol for the stream apply.
- the protocol scope, where the limits of the specific protocol for the stream apply.


The resource transfer that happens in the `SetProtocol` and `SetService`
Expand Down
2 changes: 1 addition & 1 deletion p2p/host/resource-manager/docs/allowlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ creates the connection resource scope using the allowlisted specific system and
transient resource scopes. If it wasn't an allowlisted multiaddr it fails as
before.

When an allowlisted connection is tied to a peer id and transfered with
When an allowlisted connection is tied to a peer id and transferred with
`ConnManagementScope.SetPeer`, we check if that peer id matches the expected
value in the allowlist (if it exists). If it does not match, we attempt to
transfer this resource to the normal system and peer scope. If that transfer
Expand Down

0 comments on commit 26b064f

Please sign in to comment.