From 3ce1be57aef5134b06efd47c418d7a8359c0b919 Mon Sep 17 00:00:00 2001 From: Rob Ellis Date: Sat, 27 Apr 2024 14:58:53 +0100 Subject: [PATCH] Update CompareForm.xaml Fixed typos --- Xaml/CompareForm.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xaml/CompareForm.xaml b/Xaml/CompareForm.xaml index e221be9..f92ac1e 100644 --- a/Xaml/CompareForm.xaml +++ b/Xaml/CompareForm.xaml @@ -67,8 +67,8 @@ The Property comparison method is a quick and easy option for objects that are based on a static set of properties - e.g. Configuration Profiles, Compliance Polcies etc.This method will compare each property of the objects. - The downside of this method is that it could be difficult to match the property name with the setting in th UI. + e.g. Configuration Profiles, Compliance Policies etc.This method will compare each property of the objects. + The downside of this method is that it could be difficult to match the property name with the setting in the UI. The Documentation method will use the documentation engine and compare property values as they are displayed in the portal. This is recommended for objects with dynamic settings e.g. Settings Catalog and Endpoint security objects.