Skip to content

Commit

Permalink
Fixes for spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Oct 17, 2024
1 parent 8214fca commit 6cae413
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 @@ -15,7 +15,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 @@ -27,7 +27,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 6cae413

Please sign in to comment.