diff --git a/Octokit.Reactive/Clients/IObservableMiscellaneousClient.cs b/Octokit.Reactive/Clients/IObservableMiscellaneousClient.cs index 8f1f3bdb..25d63bc4 100644 --- a/Octokit.Reactive/Clients/IObservableMiscellaneousClient.cs +++ b/Octokit.Reactive/Clients/IObservableMiscellaneousClient.cs @@ -53,7 +53,7 @@ namespace Octokit.Reactive IObservable GetAllLicenses(); /// - /// Retrieves a license based on the licence key such as "mit" + /// Retrieves a license based on the license key such as "mit" /// /// /// A that includes the license key, text, and attributes of the license. diff --git a/Octokit.Reactive/Clients/ObservableMiscellaneousClient.cs b/Octokit.Reactive/Clients/ObservableMiscellaneousClient.cs index ea9c4096..50ba37e0 100644 --- a/Octokit.Reactive/Clients/ObservableMiscellaneousClient.cs +++ b/Octokit.Reactive/Clients/ObservableMiscellaneousClient.cs @@ -78,7 +78,7 @@ namespace Octokit.Reactive } /// - /// Retrieves a license based on the licence key such as "mit" + /// Retrieves a license based on the license key such as "mit" /// /// /// A that includes the license key, text, and attributes of the license.