Fix Function Name Typos in Docs

This commit is contained in:
Wes Carroll
2019-06-09 12:49:09 -04:00
parent b934e28657
commit 0226fdd432
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/
schema: 2.0.0
---
# Get-ZAJournalSummary
# Get-ZAJournalStorageStat
## SYNOPSIS
@@ -14,7 +14,7 @@ Retrieves Journal Storage minimum, maximum and average. Statistics over the sele
## SYNTAX
```
Get-ZAJournalSummary [-vpgIdentifier] <String> [[-startDate] <String>] [[-endDate] <String>]
Get-ZAJournalStorageStat [-vpgIdentifier] <String> [[-startDate] <String>] [[-endDate] <String>]
[<CommonParameters>]
```