query-builder.md fix section title (#6180)

Fix section title `Extending Query Builder`
This commit is contained in:
Luca Visentin 2025-02-28 09:52:04 +01:00 committed by GitHub
parent b6507a7129
commit 9bd1299990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.