From bcf9c71aa340cd0e34a842fa26b9fa83042558a8 Mon Sep 17 00:00:00 2001 From: Hershi <5388356@gmail.com> Date: Wed, 3 Jul 2024 16:20:05 +0100 Subject: [PATCH] docs: Update entityframework.md (#185) Corrected a spelling mistake --- docs/pages/guide/extensions/entityframework.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/guide/extensions/entityframework.md b/docs/pages/guide/extensions/entityframework.md index 506d2869..7d9b412d 100644 --- a/docs/pages/guide/extensions/entityframework.md +++ b/docs/pages/guide/extensions/entityframework.md @@ -45,7 +45,7 @@ WHERE [u].[Name] = @__Value_0 ### EntityFrameworkCompatibilityLayer -Setting this property to `true` Enables the EntityFramework Compatibility layer to make the generated expressions compatible whit entity framework. +Setting this property to `true` Enables the EntityFramework Compatibility layer to make the generated expressions compatible with entity framework. - type: `bool` - default: `false` @@ -56,4 +56,4 @@ Simply sets the [EntityFrameworkCompatibilityLayer](#entityframeworkcompatibilit ### DisableEntityFrameworkCompatibilityLayer() -Simply sets the [EntityFrameworkCompatibilityLayer](#entityframeworkcompatibilitylayer) property to `false`. \ No newline at end of file +Simply sets the [EntityFrameworkCompatibilityLayer](#entityframeworkcompatibilitylayer) property to `false`.