From 0f564a14881b45bc64d1e15ffc0e9bbe174aed7e Mon Sep 17 00:00:00 2001 From: Ahmed Adel Date: Wed, 13 Mar 2024 11:51:08 +0000 Subject: [PATCH] doc: Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a179647..748883e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If HTTPS is enabled, the following parameters can be supplied: ### Aliases -Aliases are supported as tables where columns are the union of all the undetlaying collections fields. For example, if an alias `collection_alias` has linked collection members, the following query is valid: +Aliases are supported as tables where columns are the union of all the underlying collections fields. For example, if an alias `collection_alias` has linked collection members, the following query is valid: ``` SELECT f1, f2, f3 FROM collection_alias