Skip to content

Commit 986b447

Browse files
Update grammar on distributed-locks.md (#1779)
1 parent 920a8b1 commit 986b447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/use/patterns/distributed-locks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This page describes a more canonical algorithm to implement
2929
distributed locks with Redis. We propose an algorithm, called **Redlock**,
3030
which implements a DLM which we believe to be safer than the vanilla single
3131
instance approach. We hope that the community will analyze it, provide
32-
feedback, and use it as a starting point for the implementations or more
32+
feedback, and use it as a starting point for the implementations of more
3333
complex or alternative designs.
3434

3535
## Implementations

0 commit comments

Comments
 (0)