From d3e07193af1443b18206af4398f59794371d8699 Mon Sep 17 00:00:00 2001 From: kristian-msft <124945747+kristian-msft@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:32:24 -0700 Subject: [PATCH] Update troubleshooting.md spelling correction --- docs/apis/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apis/troubleshooting.md b/docs/apis/troubleshooting.md index 118a128f..78e7ad0a 100644 --- a/docs/apis/troubleshooting.md +++ b/docs/apis/troubleshooting.md @@ -11,7 +11,7 @@ no-loc: [Windows AI Foundry, APIs, AI Toolkit, Studio Effects, Recall, Text Reco > [!IMPORTANT] > Apps using the Phi Silica APIs might encounter issues with Limited Access Feature support (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). > -> At this time, we reccommend using [experimental releases](/windows/apps/windows-app-sdk/experimental-channel) as they do not require LAF tokens. +> At this time, we recommend using [experimental releases](/windows/apps/windows-app-sdk/experimental-channel) as they do not require LAF tokens. - Apps that use Windows AI APIs need to be granted package identity at runtime. For details, see [Advantages and disadvantages of packaging your app](/windows/apps/package-and-deploy/#advantages-and-disadvantages-of-packaging-your-app). If you are seeing an UnauthorizedAccessException error (or having other access issues), ensure that your app is packaged and the systemAIModels capability was added to your manifest file (see [Get started building an app with Windows AI APIs](./get-started.md)).