Skip to content

Commit 18c372f

Browse files
Rohan5commitcodex
andauthored
docs: fix "official" spelling in RESP docs (#3242)
Co-authored-by: Codex <codex@openai.com>
1 parent 788bc72 commit 18c372f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/RESP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mapping RESP types
22

3-
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/).
3+
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/).
44

55
By default, each type is mapped to the first option in the lists below. To change this, configure a [`typeMapping`](.).
66

0 commit comments

Comments
 (0)