From 01791d044e60e07aaa96c97442a440054244c563 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 19 Apr 2026 10:51:49 +0800 Subject: [PATCH] docs: fix "folowing" typo in lettuce AMR guide --- content/develop/clients/lettuce/amr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/clients/lettuce/amr.md b/content/develop/clients/lettuce/amr.md index 34549664a0..fd38e50ec7 100644 --- a/content/develop/clients/lettuce/amr.md +++ b/content/develop/clients/lettuce/amr.md @@ -85,7 +85,7 @@ You can also add configuration to authenticate with a [service principal](#serv- or a [managed identity](#mgd-identity) as described in the sections below. When you have created your `TokenBasedRedisCredentialsProvider` instance, you may want to -test it by obtaining a token, as shown in the folowing example: +test it by obtaining a token, as shown in the following example: ```java // Test that the Entra ID credentials provider can resolve credentials.