From 3db7b039119cb007674d1b2c75305a70c5852db8 Mon Sep 17 00:00:00 2001 From: Dominic Jean Date: Thu, 2 May 2019 13:55:50 -0700 Subject: [PATCH] Indicate what LCM is an abbreviation Indicate what LCM is an abbreviation for before starting to use the abbreviation --- dsc/resources/get-test-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsc/resources/get-test-set.md b/dsc/resources/get-test-set.md index 81294376c2f4..b08f941448b3 100644 --- a/dsc/resources/get-test-set.md +++ b/dsc/resources/get-test-set.md @@ -116,7 +116,7 @@ ModuleVersion = "1.0"; }; ``` -When applied, the [Local Configuration Manager](../managing-nodes/metaConfig.md) will read the value "Spooler" from the ".mof" file, and pass it to the `-Name` parameter of the **Get**, **Test**, and **Set** methods for the "MyService" instance of the **Service** resource. +When applied, the [Local Configuration Manager](../managing-nodes/metaConfig.md) (LCM) will read the value "Spooler" from the ".mof" file, and pass it to the `-Name` parameter of the **Get**, **Test**, and **Set** methods for the "MyService" instance of the **Service** resource. ## Get