From d432e73f05fa848894e8de7a85604b65a1ee3285 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 27 Jun 2023 16:18:39 +0200 Subject: [PATCH] dnsdist: Fix a typo spotted by Otto in the docs --- pdns/dnsdistdist/docs/reference/custommetrics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/custommetrics.rst b/pdns/dnsdistdist/docs/reference/custommetrics.rst index 0f656b7f9c..46cb5b8ddb 100644 --- a/pdns/dnsdistdist/docs/reference/custommetrics.rst +++ b/pdns/dnsdistdist/docs/reference/custommetrics.rst @@ -1,7 +1,7 @@ Custom Metrics ===================================== -You can define at your own metrics that can be updated using Lua. +You can define your own metrics that can be updated using Lua. The first step is to declare a new metric using :func:`declareMetric`. In 1.8.0 the declaration had to be done at configuration time, but since 1.8.1 it can be done at any point. -- 2.47.2