From 3624b32933261005dee710bd3dde687149733839 Mon Sep 17 00:00:00 2001 From: Erik Heimdal <63123731+ekvanox@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:38:22 +0100 Subject: [PATCH] docs: fix spelling --- docs/catalog/redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/catalog/redis.md b/docs/catalog/redis.md index 5e46516af..17515832a 100644 --- a/docs/catalog/redis.md +++ b/docs/catalog/redis.md @@ -19,7 +19,7 @@ The Redis Wrapper allows you to read data from Redis within your Postgres databa ## Supported Redis Data Types -All Redis value will be stored as `text` or `jsonb` column in Postgres, below are the supported Redis data types: +All Redis values will be stored as `text` or `jsonb` columns in Postgres, below are the supported Redis data types: | Redis Type | Foreign Table Type (src_type) | | ------------------- | ----------------------------- |