From 9bd12999907436c2ef51f786df09a9a7e8931cca Mon Sep 17 00:00:00 2001 From: Luca Visentin Date: Fri, 28 Feb 2025 09:52:04 +0100 Subject: [PATCH] query-builder.md fix section title (#6180) Fix section title `Extending Query Builder` --- docs/src/guide/query-builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/query-builder.md b/docs/src/guide/query-builder.md index 34083d71..1f56eb1f 100644 --- a/docs/src/guide/query-builder.md +++ b/docs/src/guide/query-builder.md @@ -1577,7 +1577,7 @@ The context can be any kind of value and will be passed to the hooks without mod Calling `queryContext` with no arguments will return any context configured for the query builder instance. -##### Extending Query Builder +## Extending Query Builder **Important:** this feature is experimental and its API may change in the future.