From 64da5b9c0fa9a368ea14b356f4a7d0f9fbe50898 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 14 Mar 2019 12:50:23 -0400 Subject: [PATCH] typo: configrugation -> configuration (#3974) --- .../4.0/PSDesiredStateConfiguration/Restore-DscConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/4.0/PSDesiredStateConfiguration/Restore-DscConfiguration.md b/reference/4.0/PSDesiredStateConfiguration/Restore-DscConfiguration.md index efeac6b92e89..aad8de4cb5ca 100644 --- a/reference/4.0/PSDesiredStateConfiguration/Restore-DscConfiguration.md +++ b/reference/4.0/PSDesiredStateConfiguration/Restore-DscConfiguration.md @@ -27,7 +27,7 @@ If you do not specify a target computer, the cmdlet restores the configuration o ## EXAMPLES -### Example 1: Restore the configrugation for the local computer +### Example 1: Restore the configuration for the local computer ``` PS C:\> Restore-DscConfiguration ```