Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fixed typo in function description
  • Loading branch information
Akaizoku committed Sep 18, 2019
1 parent 354ff92 commit 5191017
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Public/Write-Log.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ function Write-Log {
The Type parameter defines the level of importance of the message and will
influence the colour of the output.
There are five available types:
- CHECK: checkpoint, used to confirm a status.
- DEBUG: debug message, used to debug scripts.
- ERROR: error message, used to provide detail on an issue.
- INFO: information, used to convey a message.
- WARN: warnign, used to detail a non-blocking issue.
There are five available message types:
- CHECK: checkpoint, used to confirm a status;
- DEBUG: debug message, used to debug scripts;
- ERROR: error message, used to provide detail on an issue;
- INFO: information, used to convey a message;
- WARN: warning, used to highlight a non-blocking issue.
.PARAMETER Message
The Message parameter corresponds to the desired output to be logged.
Expand Down

0 comments on commit 5191017

Please sign in to comment.