From cafdc7e21acdabd348d903295b13f19007af2169 Mon Sep 17 00:00:00 2001
From: Aliaksandr Valialkin <valyala@victoriametrics.com>
Date: Tue, 13 Feb 2024 01:09:04 +0200
Subject: [PATCH] docs/vmauth.md: add missing dot

---
 docs/vmauth.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/vmauth.md b/docs/vmauth.md
index b61a4c25a0..d7abb818b9 100644
--- a/docs/vmauth.md
+++ b/docs/vmauth.md
@@ -701,7 +701,7 @@ requests at this port, by specifying `-tls` and `-mtls` command-line flags. For
 By default system-wide [TLS Root CA](https://en.wikipedia.org/wiki/Root_certificate) is used for verifying client certificates if `-mtls` command-line flag is specified.
 It is possible to specify custom TLS Root CA via `-mtlsCAFile` command-line flag.
 
-See also [mTLS-based request routing](#mtls-based-request-routing)
+See also [mTLS-based request routing](#mtls-based-request-routing).
 
 ## Security