From 9759ae0ee9ed1b13abe7adbdd6687b8ea946086f Mon Sep 17 00:00:00 2001 From: Andres Hung <2018118240@ub.edu.bz> Date: Mon, 12 May 2025 14:05:44 -0600 Subject: [PATCH] Fix Get operation text (#324) --- dsc/docs-conceptual/dsc-3.0/concepts/resources/operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsc/docs-conceptual/dsc-3.0/concepts/resources/operations.md b/dsc/docs-conceptual/dsc-3.0/concepts/resources/operations.md index 22d9c42..8453f38 100644 --- a/dsc/docs-conceptual/dsc-3.0/concepts/resources/operations.md +++ b/dsc/docs-conceptual/dsc-3.0/concepts/resources/operations.md @@ -22,7 +22,7 @@ The **Get** operation returns the actual state of a specific resource instance o This operation is only available for resources that have the [get capability][01]. -DSC invokes the **Test** operation when you use the following commands: +DSC invokes the **Get** operation when you use the following commands: - `dsc resource get` to return the actual state for a resource instance. - `dsc config get` to return the actual state for every instance in a configuration document.