Skip to content

Commit fa7173e

Browse files
Merge pull request #992 from SteveL-MSFT/doc-examples
Fix inconsistencies in reference doc examples
2 parents cbb70c7 + 22c8ec8 commit fa7173e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/resources/Microsoft/DSC/Transitional/RunCommandOnSet/examples/run-powershell-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dsc config set --input $document
7070
To verify the result, you can run the `winget.exe` command:
7171

7272
```powershell
73-
winget list --id Microsoft.PowerShell
73+
winget list --id Microsoft.PowerShell.Preview
7474
```
7575

7676
<!-- Link reference definitions -->

docs/reference/resources/Microsoft/Windows/WindowsPowerShell/examples/manage-a-windows-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ differingProperties:
4040
- StartupType
4141
```
4242
43-
The `inDesiredState` field of the result object is set to `false`, indicating that the instance isn't in the desired state. The `differingProperties` field indicates that the `property` property is mismatched between the desired state and actual state.
43+
The `inDesiredState` field of the result object is set to `false`, indicating that the instance isn't in the desired state. The `differingProperties` field indicates that the `StartupType` property is mismatched between the desired state and actual state.
4444

4545
## Ensure a service is running with automatic startup
4646

0 commit comments

Comments
 (0)