From 1afa799640eb0ecc79ec509236b89530f70e99c5 Mon Sep 17 00:00:00 2001 From: Jeff Nicholas Date: Mon, 21 Aug 2023 23:22:43 -0400 Subject: [PATCH] another minor spelling fix (#617) --- src/Audit.EntityFramework/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Audit.EntityFramework/README.md b/src/Audit.EntityFramework/README.md index 9ba15da7..24d1170b 100644 --- a/src/Audit.EntityFramework/README.md +++ b/src/Audit.EntityFramework/README.md @@ -852,7 +852,7 @@ Audit.Core.Configuration.Setup() .IgnoreMatchedProperties()); ``` -Another example of an andit Entity factory, but mapping to different entity types depending on the audited table: +Another example of an audit Entity factory, but mapping to different entity types depending on the audited table: ```c# Audit.Core.Configuration.Setup()