Skip to content

Commit

Permalink
Fixes help typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Jan 3, 2024
1 parent 373d278 commit 5ea414f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.5.1

- Improves support for batching in SSLCertificate commands

## v0.5

- Adds SSLCertificate commands
Expand Down
2 changes: 1 addition & 1 deletion docs/Test-SSLCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Online: A revocation check is made using an online certificate revocation list (
Test the validity of the google SSL Certificate.

```powershell
Get-SSLCertificate google.com | Test-SSLCertificates
Get-SSLCertificate google.com | Test-SSLCertificate
True
```
### Example 2
Expand Down
2 changes: 1 addition & 1 deletion src/public/Test-SSLCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Test-SSLCertificate {
.OUTPUTS
Bool
.EXAMPLE
Get-SSLCertificate google.com | Test-SSLCertificates
Get-SSLCertificate google.com | Test-SSLCertificate
True
Test the validity of the google SSL Certificate.
Expand Down

0 comments on commit 5ea414f

Please sign in to comment.