From 247ec6b56f2e7e2913710a3dbff97284b30e7d90 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Thu, 19 Jan 2017 08:40:29 -0800 Subject: [PATCH] fix typo --- windows/deploy/provisioning-multivariant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deploy/provisioning-multivariant.md b/windows/deploy/provisioning-multivariant.md index cbf4507a6a..3bc7652233 100644 --- a/windows/deploy/provisioning-multivariant.md +++ b/windows/deploy/provisioning-multivariant.md @@ -89,7 +89,7 @@ A variant setting that matches a **TargetState** with a lower priority is applie The **TargetState** priority is assigned based on the conditions priority and the priority evaluation rules are as followed: -1. T**TargetState** with P0 conditions is higher than **TargetState** without P0 conditions. +1. **TargetState** with P0 conditions is higher than **TargetState** without P0 conditions. 2. **TargetState** with P1 conditions is higher than **TargetState** without P0 and P1 conditions.