From 2a3ac67f7fa8398c854602ca46630f0d20578be1 Mon Sep 17 00:00:00 2001 From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com> Date: Sat, 9 Nov 2024 11:52:25 +0100 Subject: [PATCH] chore: Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jérôme Laban (cherry picked from commit 9aa0d33b935565a0c4d046b94f77cc75296322b3) --- doc/articles/features/windows-ui-storecontext.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/articles/features/windows-ui-storecontext.md b/doc/articles/features/windows-ui-storecontext.md index 1fe2b3bae908..c7ed2db5b65f 100644 --- a/doc/articles/features/windows-ui-storecontext.md +++ b/doc/articles/features/windows-ui-storecontext.md @@ -5,7 +5,7 @@ uid: Uno.Features.StoreContext # Store Context > [!TIP] -> This article provides Uno-specific information for the `Windows.Services.Store.StoreContext` namespace. For a comprehensive overview of this feature and detailed usage instructions, refer to the official documentation for [Windows.Services.Store.StoreContext Namespace](https://learn.microsoft.com/uwp/api/Windows.Services.Store.StoreContext). +> This article provides Uno Platform-specific information for the `Windows.Services.Store.StoreContext` namespace. For a comprehensive overview of this feature and detailed usage instructions, refer to the official documentation for [Windows.Services.Store.StoreContext Namespace](https://learn.microsoft.com/uwp/api/Windows.Services.Store.StoreContext). ## In-App Review @@ -15,7 +15,7 @@ The in-app review feature is currently supported on iOS and Android through Goog #### References in a Single Project -In Uno Platform Single Project, you'll need to add the `GooglePlay` [Uno Feature](xref:Uno.Features.Uno.Sdk#uno-platform-features) as follows: +In an Uno Platform Single Project, you'll need to add the `GooglePlay` [Uno Feature](xref:Uno.Features.Uno.Sdk#uno-platform-features) as follows: ```xml