From 215a554d6d8219476fa1b6e1e0a74fbbbb884ff0 Mon Sep 17 00:00:00 2001 From: Chris Wahl Date: Tue, 16 Apr 2019 12:46:26 -0500 Subject: [PATCH] Update about_Execution_Policies.md Grammar update. Redundant "the" in the sentence. --- .../About/about_Execution_Policies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/6/Microsoft.PowerShell.Core/About/about_Execution_Policies.md b/reference/6/Microsoft.PowerShell.Core/About/about_Execution_Policies.md index b8722b23da5d..17cbb9cc1070 100644 --- a/reference/6/Microsoft.PowerShell.Core/About/about_Execution_Policies.md +++ b/reference/6/Microsoft.PowerShell.Core/About/about_Execution_Policies.md @@ -16,7 +16,7 @@ Describes the PowerShell execution policies and explains how to manage them. PowerShell's execution policy is a safety feature that controls the conditions under which PowerShell loads configuration files and runs scripts. This feature -helps prevent the the execution of malicious scripts. +helps prevent the execution of malicious scripts. On a Windows computer you can set an execution policy for the local computer, for the current user, or for a particular session. You can also use a Group @@ -368,4 +368,4 @@ and [Unblock-File](../../Microsoft.PowerShell.Utility/Unblock-File.md). [Set-ExecutionPolicy](../../Microsoft.PowerShell.Security/Set-ExecutionPolicy.md) -[Unblock-File](../../Microsoft.PowerShell.Utility/Unblock-File.md) \ No newline at end of file +[Unblock-File](../../Microsoft.PowerShell.Utility/Unblock-File.md)