From afda35bbdfbb61a6882c9ecb2b5442a13a3f2127 Mon Sep 17 00:00:00 2001 From: Kembo Franklyne <60853769+AsinineFatuity@users.noreply.github.com> Date: Mon, 30 Jun 2025 08:50:41 +0300 Subject: [PATCH] Update grammar on distributed-locks.md Fixed grammatical mistake on the sentence use it as a starting point for the implementations `or` more complex or alternative designs. to use it as a starting point for the implementations `of` more complex or alternative designs. --- content/develop/use/patterns/distributed-locks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/use/patterns/distributed-locks.md b/content/develop/use/patterns/distributed-locks.md index 0e1198b2ca..e7c0ae9e54 100644 --- a/content/develop/use/patterns/distributed-locks.md +++ b/content/develop/use/patterns/distributed-locks.md @@ -29,7 +29,7 @@ This page describes a more canonical algorithm to implement distributed locks with Redis. We propose an algorithm, called **Redlock**, which implements a DLM which we believe to be safer than the vanilla single instance approach. We hope that the community will analyze it, provide -feedback, and use it as a starting point for the implementations or more +feedback, and use it as a starting point for the implementations of more complex or alternative designs. ## Implementations