Skip to content

Commit 0776653

Browse files
authored
Fix several typos on the advanced-usage page (#3174)
1 parent 6da52a6 commit 0776653

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced-usage.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ events is:
11331133
`ConnectionDeactivatedEvent`
11341134

11351135
5. Since 5.3: Reconnect failed: A reconnect attempt failed. Contains
1136-
the reconnect failure and and the retry counter. Event type:
1136+
the reconnect failure and the retry counter. Event type:
11371137
`ReconnectFailedEvent`
11381138

11391139
#### Metrics events
@@ -2515,7 +2515,7 @@ Commands that are issued as long as the failure persists are buffered.
25152515

25162516
#### Exceptions to *at-least-once*
25172517

2518-
Lettuce does not loose commands while sending them. A command execution
2518+
Lettuce does not lose commands while sending them. A command execution
25192519
can, however, fail for the same reasons as a normal method call can on
25202520
the JVM:
25212521

@@ -2558,7 +2558,7 @@ from the response queue, and the connection stays usable.
25582558

25592559
In general, when `Errors` occur while operating on a connection, you
25602560
should close the connection and use a new one. Connections, that
2561-
experienced such severe failures get into a unrecoverable state, and no
2561+
experienced such severe failures get into an unrecoverable state, and no
25622562
further response processing is possible.
25632563

25642564
Executing commands more than once

0 commit comments

Comments
 (0)