Skip to content

Commit 131aa1d

Browse files
authored
Fix typos (#342)
1 parent ad39175 commit 131aa1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dsc/docs-conceptual/dsc-3.0/changelog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ in this release, see the [diff on GitHub][compare-v3.1.0].
158158

159159
- Added the `--input` and `--file` options to the [dsc resource export][cli.resource.export]
160160
command to enable filtering the exported instances.
161-
161+
162162
Prior to this change, DSC would send resources the defined properties for filtering when a user
163163
invoked the `dsc config export` command, but the same behavior wasn't available when directly
164164
invoking the **Export** operation on a resource.
@@ -171,7 +171,7 @@ in this release, see the [diff on GitHub][compare-v3.1.0].
171171
</details>
172172

173173
- Added the YAML document separator (`---`) between output objects when you invoke a DSC command
174-
with YAML as the output format. Prior to this change, it was dificult to distinguish between
174+
with YAML as the output format. Prior to this change, it was difficult to distinguish between
175175
output objects and to parse the output programmatically.
176176

177177
<details><summary>Related work items</summary>
@@ -328,7 +328,7 @@ in this release, see the [diff on GitHub][compare-v3.1.0].
328328
</details>
329329

330330
- Fixed the `Microsoft.Windows/Registry` resource to correctly handle being called to delete a
331-
nonexistant key instead of erroring.
331+
nonexistent key instead of erroring.
332332

333333
<details><summary>Related work items</summary>
334334

@@ -435,7 +435,7 @@ in this release, see the [diff on GitHub][compare-v3.1.0].
435435
- Prepend the built-in module path (`$Env:SystemRoot\System32\WindowsPowerShell\1.0\Modules`).
436436
- Remove PowerShell modules from the path.
437437
- Ensure PSDSC resources implemented as classes are discoverable.
438-
- Iindicate when a PSDSC resource can't be found that the adapter requires PSDSC resource modules
438+
- Indicate when a PSDSC resource can't be found that the adapter requires PSDSC resource modules
439439
to be installed in the `AllUsers` scope.
440440

441441
<details><summary>Related work items</summary>
@@ -511,7 +511,7 @@ in this release, see the [diff on GitHub][compare-v3.0.1].
511511

512512
- Fixed a bug in the DSC engine to correctly propagate the `_inDesiredState` canonical property for
513513
resources that implement the **Test** operation. Prior to this change, the engine would
514-
erroneously perform a synthetic test, which lead to misreporting.
514+
erroneously perform a synthetic test, which leads to misreporting.
515515

516516
<details><summary>Related work items</summary>
517517

0 commit comments

Comments
 (0)