From 9ba9a58f9448f486684dc019d01097de6d4cf8b1 Mon Sep 17 00:00:00 2001 From: hippy Date: Sun, 28 Dec 2025 18:36:47 -0800 Subject: [PATCH] docs: Fix typo 'intelligently' --- docs/docs/configuration/full-nameof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/full-nameof.md b/docs/docs/configuration/full-nameof.md index f299c16e3f..9451a9b345 100644 --- a/docs/docs/configuration/full-nameof.md +++ b/docs/docs/configuration/full-nameof.md @@ -8,7 +8,7 @@ description: Nameof references Mapperly supports a "fullnameof". It can be used to configure nested member paths or fully qualified names using `nameof`. To determine the correct reference, -Mapperly tries to inteligently resolve the referenced target. +Mapperly tries to intelligently resolve the referenced target. To use "fullnameof" instead of the regular C# `nameof`, one needs to opt-in by prefixing the member path with `@`. ```csharp