diff --git a/Octokit.Reactive/Clients/IObservableActionsWorkflowsClient.cs b/Octokit.Reactive/Clients/IObservableActionsWorkflowsClient.cs index 74773d0478..b7964ee35c 100644 --- a/Octokit.Reactive/Clients/IObservableActionsWorkflowsClient.cs +++ b/Octokit.Reactive/Clients/IObservableActionsWorkflowsClient.cs @@ -123,7 +123,7 @@ public interface IObservableActionsWorkflowsClient IObservable Get(string owner, string name, long workflowId); /// - /// Gets useage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. + /// Gets usage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. /// /// /// https://developer.github.com/v3/actions/workflows/#get-workflow-usage @@ -134,7 +134,7 @@ public interface IObservableActionsWorkflowsClient IObservable GetUsage(string owner, string name, string workflowFileName); /// - /// Gets useage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. + /// Gets usage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. /// /// /// https://developer.github.com/v3/actions/workflows/#get-workflow-usage diff --git a/Octokit.Reactive/Clients/ObservableActionsWorkflowsClient.cs b/Octokit.Reactive/Clients/ObservableActionsWorkflowsClient.cs index 7ec222b151..e1f946b70c 100644 --- a/Octokit.Reactive/Clients/ObservableActionsWorkflowsClient.cs +++ b/Octokit.Reactive/Clients/ObservableActionsWorkflowsClient.cs @@ -200,7 +200,7 @@ public IObservable Get(string owner, string name, long workflowId) } /// - /// Gets useage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. + /// Gets usage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. /// /// /// https://developer.github.com/v3/actions/workflows/#get-workflow-usage @@ -218,7 +218,7 @@ public IObservable GetUsage(string owner, string name, string wor } /// - /// Gets useage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. + /// Gets usage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. /// /// /// https://developer.github.com/v3/actions/workflows/#get-workflow-usage diff --git a/Octokit/Clients/ActionsWorkflowsClient.cs b/Octokit/Clients/ActionsWorkflowsClient.cs index bda62f9ebc..9b16b74a26 100644 --- a/Octokit/Clients/ActionsWorkflowsClient.cs +++ b/Octokit/Clients/ActionsWorkflowsClient.cs @@ -209,7 +209,7 @@ public Task Get(string owner, string name, long workflowId) } /// - /// Gets useage of a specific workflow in a repository by file name. Anyone with read access to the repository can use this endpoint. + /// Gets usage of a specific workflow in a repository by file name. Anyone with read access to the repository can use this endpoint. /// /// /// https://developer.github.com/v3/actions/workflows/#get-workflow-usage @@ -228,7 +228,7 @@ public Task GetUsage(string owner, string name, string workflowFi } /// - /// Gets useage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. + /// Gets usage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. /// /// /// https://developer.github.com/v3/actions/workflows/#get-workflow-usage diff --git a/Octokit/Clients/IActionsWorkflowsClient.cs b/Octokit/Clients/IActionsWorkflowsClient.cs index 0652b8676c..c9634540ff 100644 --- a/Octokit/Clients/IActionsWorkflowsClient.cs +++ b/Octokit/Clients/IActionsWorkflowsClient.cs @@ -123,7 +123,7 @@ public interface IActionsWorkflowsClient Task Get(string owner, string name, long workflowId); /// - /// Gets useage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. + /// Gets usage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. /// /// /// https://developer.github.com/v3/actions/workflows/#get-workflow-usage @@ -134,7 +134,7 @@ public interface IActionsWorkflowsClient Task GetUsage(string owner, string name, string workflowFileName); /// - /// Gets useage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. + /// Gets usage of a specific workflow in a repository by Id. Anyone with read access to the repository can use this endpoint. /// /// /// https://developer.github.com/v3/actions/workflows/#get-workflow-usage