From 7d1d2a0a954545f2bac6b420a9868a365ff7a6ee Mon Sep 17 00:00:00 2001 From: Meghan <43832670+meghanmae@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:53:20 -0700 Subject: [PATCH] Update docs/topics/coalesce-swashbuckle.md Co-authored-by: Andrew Scott --- docs/topics/coalesce-swashbuckle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/coalesce-swashbuckle.md b/docs/topics/coalesce-swashbuckle.md index 87826cacc..cecd49434 100644 --- a/docs/topics/coalesce-swashbuckle.md +++ b/docs/topics/coalesce-swashbuckle.md @@ -58,7 +58,7 @@ To illustrate the impact of the `IntelliTect.Coalesce.Swashbuckle` package, let' public class Patient { public int PatientId { get; init; } - public DateTime NextAppoitment { get; set; } + public DateTime NextAppointment { get; set; } // Additional parameters [DefaultDataSource]