Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Sep 26, 2024
1 parent 58db75a commit 54887d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/FeatureSwitches.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following switches are toggled for applications running on Mono for `TrimMod

## MauiEnableIVisualAssemblyScanning

When this feature is not enabled, custom and third party `IVisual` types will not be automatically discovered and registerd.
When this feature is not enabled, custom and third party `IVisual` types will not be automatically discovered and registered.

## MauiShellSearchResultsRendererDisplayMemberNameSupported

Expand All @@ -26,7 +26,7 @@ When disabled, the `[QueryProperty(...)]` attributes won't be used to set values

## MauiImplicitCastOperatorsUsageViaReflectionSupport

When disabled, MAUI won't look for implicit cast operators when converting values from one type to another. This can affact the following scenarios:
When disabled, MAUI won't look for implicit cast operators when converting values from one type to another. This can affect the following scenarios:
- bindings between properties with different types,
- setting a property value of a bindable object with a value of different type.

Expand Down

0 comments on commit 54887d5

Please sign in to comment.