Skip to content

Commit

Permalink
docs: Update entityframework.md (#185)
Browse files Browse the repository at this point in the history
Corrected a spelling mistake
  • Loading branch information
hershi9 authored Jul 3, 2024
1 parent 81f771a commit bcf9c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/guide/extensions/entityframework.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -56,4 +56,4 @@ Simply sets the [EntityFrameworkCompatibilityLayer](#entityframeworkcompatibilit

### DisableEntityFrameworkCompatibilityLayer()

Simply sets the [EntityFrameworkCompatibilityLayer](#entityframeworkcompatibilitylayer) property to `false`.
Simply sets the [EntityFrameworkCompatibilityLayer](#entityframeworkcompatibilitylayer) property to `false`.

0 comments on commit bcf9c71

Please sign in to comment.