Skip to content

Commit 2cb2608

Browse files
authored
docs(mpool): fix typos in documentation (#12905)
Update mpool.md fix typos
1 parent fc54705 commit 2cb2608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/en/architecture/mpool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Use `MpoolPushMessage` instead.
5252
### MpoolSub
5353

5454
Returns a channel to receive notifications about updates to the message pool.
55-
Note that the context *must* be cancelled when the caller is done with the subscription.
55+
Note that the context *must* be canceled when the caller is done with the subscription.
5656

5757
### MpoolGetConfig
5858

@@ -115,7 +115,7 @@ If the `--local` flag is passed, then local messages are also cleared; otherwise
115115

116116
## Configuration
117117

118-
The mpool a few parameters that can be configured by the user, either through the API
118+
The mpool has a few parameters that can be configured by the user, either through the API
119119
or the command line interface.
120120

121121
The config struct is defined as follows:

0 commit comments

Comments
 (0)