From 2d26b7da4b6223fd9700de25e0aa01ee1d85bf0b Mon Sep 17 00:00:00 2001 From: Deep Khajanchi <45371064+deepkhajanchi@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:20:25 -0700 Subject: [PATCH] Correct grammar in INSTALL QUERY instructions typo - from 'singly' to 'single' --- modules/querying/pages/func/query-user-defined-functions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/querying/pages/func/query-user-defined-functions.adoc b/modules/querying/pages/func/query-user-defined-functions.adoc index ea940dd5..291aa00e 100644 --- a/modules/querying/pages/func/query-user-defined-functions.adoc +++ b/modules/querying/pages/func/query-user-defined-functions.adoc @@ -116,7 +116,7 @@ To re-enable them: . Check each disabled query to see if the UDF change causes a need to revise the query. Make necessary modifications. . Run `CREATE OR REPLACE QUERY` for each disabled query. -. Run `INSTALL QUERY`, singly or for a batch of queries. +. Run `INSTALL QUERY`, single or for a batch of queries. ==== === Use GitHub to store UDFs