From ac193c9de28b9e45d5cc525d8c37ed3aa186b73b Mon Sep 17 00:00:00 2001 From: Alexandra Saganelidze Date: Wed, 4 Mar 2026 22:45:46 +0300 Subject: [PATCH] docs: fix typo in anchor link (loging -> logging) --- docs/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc.md b/docs/doc.md index 7201df5c..8b137690 100644 --- a/docs/doc.md +++ b/docs/doc.md @@ -22,7 +22,7 @@ - [How to write log file](#how-to-write-log-file) - [Custom Log Format](#custom-log-format) - [Controlling Log output coloring](#controlling-log-output-coloring) - - [Avoid logging query strings](#avoid-loging-query-strings) + - [Avoid logging query strings](#avoid-logging-query-strings) - [Model binding and validation](#model-binding-and-validation) - [Custom Validators](#custom-validators) - [Only Bind Query String](#only-bind-query-string)