From: Remi Gacogne Date: Tue, 27 Jun 2023 14:18:39 +0000 (+0200) Subject: dnsdist: Fix a typo spotted by Otto in the docs X-Git-Tag: rec-5.0.0-alpha1~144^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d432e73f05fa848894e8de7a85604b65a1ee3285;p=thirdparty%2Fpdns.git dnsdist: Fix a typo spotted by Otto in the docs --- 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.