diff --git a/docs/building-apps/build-properties.md b/docs/building-apps/build-properties.md index c93f44b6c9b0..a56fad181625 100644 --- a/docs/building-apps/build-properties.md +++ b/docs/building-apps/build-properties.md @@ -966,7 +966,7 @@ Default: A boolean property that specifies whether native libraries in binding projects should be embedded in the managed assembly, or put into a `.resources` directory next to the managed assembly. -The default value is `true` (which means native libraries will _not_ be embeddded in the managed assembly). +The default value is `true` (which means native libraries will _not_ be embedded in the managed assembly). > [!NOTE] > Xcframeworks won't work correctly if embedded inside the managed assembly (if this property is not `true`).