From bf518c3864c7aa095dcddc33a0bb727253471b6a Mon Sep 17 00:00:00 2001 From: Alexander Sklar Date: Mon, 21 Jun 2021 23:18:37 -0700 Subject: [PATCH] Update conditional-xaml.md --- windows-apps-src/debug-test-perf/conditional-xaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-apps-src/debug-test-perf/conditional-xaml.md b/windows-apps-src/debug-test-perf/conditional-xaml.md index 1014b1b546..0240c1d94f 100644 --- a/windows-apps-src/debug-test-perf/conditional-xaml.md +++ b/windows-apps-src/debug-test-perf/conditional-xaml.md @@ -20,7 +20,7 @@ For important background info about ApiInformation and API contracts, see [Versi ## Conditional namespaces -To use a conditional method in XAML, you must first declare a conditional [XAML namespace](../xaml-platform/xaml-namespaces-and-namespace-mapping.md) at the top of your page. Here's a psuedo-code example of a conditional namespace: +To use a conditional method in XAML, you must first declare a conditional [XAML namespace](../xaml-platform/xaml-namespaces-and-namespace-mapping.md) at the top of your page. Here's a pseudo-code example of a conditional namespace: ```xaml xmlns:myNamespace="schema?conditionalMethod(parameter)"