diff --git a/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheOptions.cs b/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheOptions.cs
index 052a911..bfad881 100644
--- a/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheOptions.cs
+++ b/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheOptions.cs
@@ -354,7 +354,7 @@ public EFCoreSecondLevelCacheOptions ConfigureLogging(bool enable = false,
}
///
- /// Determines which entities are involved in the current cache-invation event.
+ /// Determines which entities are involved in the current cache-invalidation event.
///
public EFCoreSecondLevelCacheOptions NotifyCacheInvalidation(Action? cacheableEvent = null)
{
diff --git a/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheSettings.cs b/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheSettings.cs
index d4faf6f..040bdd0 100644
--- a/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheSettings.cs
+++ b/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheSettings.cs
@@ -124,7 +124,7 @@ public class EFCoreSecondLevelCacheSettings
public Action? CacheableEvent { set; get; }
///
- /// Determines which entities are involved in the current cache-invation event.
+ /// Determines which entities are involved in the current cache-invalidation event.
///
public Action? CacheInvalidationEvent { set; get; }
}
\ No newline at end of file