From dae965762f3f9b5a620e9bc2a772294d59c0de35 Mon Sep 17 00:00:00 2001 From: Gary Moore Date: Mon, 1 Apr 2024 16:20:15 -0700 Subject: [PATCH] "We recommend" is preferred Microsoft style The Writing style guide says not to use "it is recommended": https://styleguides.azurewebsites.net/Styleguide/Read?id=2700&topicid=35666 --- .../deployment/deploy-catalog-files-to-support-wdac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/application-security/application-control/windows-defender-application-control/deployment/deploy-catalog-files-to-support-wdac.md b/windows/security/application-security/application-control/windows-defender-application-control/deployment/deploy-catalog-files-to-support-wdac.md index f5cce76ac5..afa066fa59 100644 --- a/windows/security/application-security/application-control/windows-defender-application-control/deployment/deploy-catalog-files-to-support-wdac.md +++ b/windows/security/application-security/application-control/windows-defender-application-control/deployment/deploy-catalog-files-to-support-wdac.md @@ -75,7 +75,7 @@ When finished, the tool saves the files to your desktop. You can view the `*.cdf ## Sign your catalog file -Now that you've created a catalog file for your app, you're ready to sign it. It is recommended to use [Microsoft's Trusted Signing service](/azure/trusted-signing/) for catalog signing. Optionally, you can manually sign the catalog using Signtool using the following instructions. +Now that you've created a catalog file for your app, you're ready to sign it. We recommend using [Microsoft's Trusted Signing service](/azure/trusted-signing/) for catalog signing. Optionally, you can manually sign the catalog using Signtool using the following instructions. ### Catalog signing with SignTool.exe