]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo spotted by Otto in the docs 12921/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 27 Jun 2023 14:18:39 +0000 (16:18 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 27 Jun 2023 14:18:39 +0000 (16:18 +0200)
pdns/dnsdistdist/docs/reference/custommetrics.rst

index 0f656b7f9c9e5920a401ce5c5265aa18f29a0d0e..46cb5b8ddbd719f68d811985bae1e9f522cf8b4e 100644 (file)
@@ -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.