Corrected custom prometheus client docs (#11010)
Signed-off-by: Jaseel <12792882+Spikatrix@users.noreply.github.com>
This commit is contained in:
parent
44fcf876ca
commit
f8c3b0bd1c
|
|
@ -217,7 +217,7 @@ interface [PrometheusClient](https://github.com/prometheus/codemirror-promql/blo
|
|||
.
|
||||
|
||||
```typescript
|
||||
const promQL = new PromQLExtension().setComplete({remote: {prometheusClient: MyPrometheusClient}})
|
||||
const promQL = new PromQLExtension().setComplete({remote: MyPrometheusClient})
|
||||
```
|
||||
|
||||
#### Provide your own implementation of the autocompletion
|
||||
|
|
|
|||
Loading…
Reference in New Issue