Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/configuration/full-nameof.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading