Skip to content

Commit

Permalink
Small typo (#4135)
Browse files Browse the repository at this point in the history
* Small typo

Fixing issue #3999

* Update write-compile-apply-configuration.md
  • Loading branch information
weq authored and DCtheGeek committed Apr 9, 2019
1 parent 2753855 commit 45763bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsc/configurations/write-compile-apply-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ For more information, see [about_Scripts](/powershell/module/microsoft.powershel
<!-- markdownlint-enable MD038 -->

```powershell
. C:\Scripts\WebsiteTest.ps1
HelloWolrd
. C:\Scripts\HelloWorld.ps1
HelloWorld
```

This generates the following output:
Expand Down

0 comments on commit 45763bd

Please sign in to comment.