From 46c421ebdf1eab6356216ef46f86967fbc8261f6 Mon Sep 17 00:00:00 2001 From: dis-da-moe <84386186+dis-da-moe@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:49:21 +0300 Subject: [PATCH] small typo fix in queries.en-US.md --- agdb_web/pages/docs/references/queries.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agdb_web/pages/docs/references/queries.en-US.md b/agdb_web/pages/docs/references/queries.en-US.md index 08bb0dd2b..9e347971d 100644 --- a/agdb_web/pages/docs/references/queries.en-US.md +++ b/agdb_web/pages/docs/references/queries.en-US.md @@ -369,7 +369,7 @@ QueryBuilder::insert().aliases(["a", "b"]).ids([1, 2]).query(); Inserts or updates aliases of existing nodes (and only nodes, edges cannot have aliases) through this query. It takes `ids` [`QueryIds`](#queryids--queryid) and list of `aliases` as arguments. The number of aliases must match the `ids` (even if they are a search query). Empty alias (`""`) are not allowed. -Note that this query is also used for updating existing aliases. Byt inserting a different alias of an id that already has one that alias will be overwritten with the new one. +Note that this query is also used for updating existing aliases. By inserting a different alias of an id that already has one that alias will be overwritten with the new one. ### Insert edges