From 0821ab6d11a2562c2ca43e1a41a93d7d1cb1dc87 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 20 Apr 2026 10:53:05 +0800 Subject: [PATCH] docs: fix "official" spelling in RESP docs --- docs/RESP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RESP.md b/docs/RESP.md index f8c2388226b..78feff56828 100644 --- a/docs/RESP.md +++ b/docs/RESP.md @@ -1,6 +1,6 @@ # Mapping RESP types -RESP, which stands for **R**edis **SE**rialization **P**rotocol, is the protocol used by Redis to communicate with clients. This document shows how RESP types can be mapped to JavaScript types. You can learn more about RESP itself in the [offical documentation](https://redis.io/docs/reference/protocol-spec/). +RESP, which stands for **R**edis **SE**rialization **P**rotocol, is the protocol used by Redis to communicate with clients. This document shows how RESP types can be mapped to JavaScript types. You can learn more about RESP itself in the [official documentation](https://redis.io/docs/reference/protocol-spec/). By default, each type is mapped to the first option in the lists below. To change this, configure a [`typeMapping`](.).