From 39736b962a2d5199d553189212c0b3eb6c6119f3 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 21 Apr 2026 12:27:55 +0200 Subject: [PATCH] [docs] Fix typo 'embeddded' -> 'embedded'. --- docs/building-apps/build-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`).