From 39e4feb3dfa4f60e2c3228db1bf0c5babc7573e3 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Fri, 24 Mar 2023 15:44:45 -0400 Subject: [PATCH] chore: Adjust for docs --- doc/articles/features/using-skia-hosting-native-controls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/features/using-skia-hosting-native-controls.md b/doc/articles/features/using-skia-hosting-native-controls.md index 525f15516f..1000279b47 100644 --- a/doc/articles/features/using-skia-hosting-native-controls.md +++ b/doc/articles/features/using-skia-hosting-native-controls.md @@ -32,4 +32,4 @@ Libraries in Uno Platform are compiled for all platforms, and therefore cannot i The current implementation does not support the following features: - Opacity changes to the `ContentControl` are not reflected to the native control -- Visibility changes are reflected to the native control. For the native control to disapear, you will need to set the `Content` to `null`, or remove any of the parents from the visual tree. `x:Load` can also be used to acheive this behavior. +- Visibility changes are reflected to the native control. For the native control to disappear, you will need to set the `Content` to `null`, or remove any of the parents from the visual tree. `x:Load` can also be used to achieve this behavior. -- GitLab