Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Oct 27, 2023
1 parent 625ba78 commit c4fa799
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-GitHubStatusComponents {
function Get-GitHubStatusComponent {
<#
.SYNOPSIS
Gets the status of GitHub components
Expand All @@ -7,14 +7,15 @@
Get the components for the page. Each component is listed along with its status - one of operational, degraded_performance, partial_outage, or major_outage.
.EXAMPLE
Get-GitHubStatusComponents
Get-GitHubStatusComponent
Gets the status of GitHub components
.NOTES
https://www.githubstatus.com/api#components
#>
[OutputType([pscustomobject[]])]
[Alias('Get-GitHubStatusComponents')]
[CmdletBinding()]
param()

Expand Down

0 comments on commit c4fa799

Please sign in to comment.