Skip to content

Commit

Permalink
Update docs/topics/coalesce-swashbuckle.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Scott <[email protected]>
  • Loading branch information
meghanmae and ascott18 authored Sep 8, 2024
1 parent ccebcc1 commit 7d1d2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/coalesce-swashbuckle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7d1d2a0

Please sign in to comment.