diff --git a/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs b/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs index 9b135efe..fab7b1e5 100644 --- a/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs +++ b/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs @@ -25,7 +25,7 @@ namespace Octokit.Reactive /// /// Gets the page metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -45,7 +45,7 @@ namespace Octokit.Reactive /// /// Gets all build metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -65,7 +65,7 @@ namespace Octokit.Reactive /// /// Gets all build metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// Options to change the API response /// /// See the API documentation for more information. @@ -85,7 +85,7 @@ namespace Octokit.Reactive /// /// Gets the build metadata for the last build for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -104,7 +104,7 @@ namespace Octokit.Reactive /// /// Requests your site be built from the latest revision on the default branch for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// diff --git a/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs b/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs index 8fd6cca0..08afa26f 100644 --- a/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs +++ b/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs @@ -44,7 +44,7 @@ namespace Octokit.Reactive /// /// Gets the page metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -72,7 +72,7 @@ namespace Octokit.Reactive /// /// Gets all build metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -102,7 +102,7 @@ namespace Octokit.Reactive /// /// Gets all build metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// Options to change the API response /// /// See the API documentation for more information. @@ -133,7 +133,7 @@ namespace Octokit.Reactive /// /// Gets the build metadata for the last build for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -161,7 +161,7 @@ namespace Octokit.Reactive /// /// Requests your site be built from the latest revision on the default branch for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// diff --git a/Octokit/Clients/IRepositoryPagesClient.cs b/Octokit/Clients/IRepositoryPagesClient.cs index 3db7fc25..614abd27 100644 --- a/Octokit/Clients/IRepositoryPagesClient.cs +++ b/Octokit/Clients/IRepositoryPagesClient.cs @@ -26,7 +26,7 @@ namespace Octokit /// /// Gets the page metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -46,7 +46,7 @@ namespace Octokit /// /// Gets all build metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -66,7 +66,7 @@ namespace Octokit /// /// Gets all build metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// Options to change the API response /// /// See the API documentation for more information. @@ -86,7 +86,7 @@ namespace Octokit /// /// Gets the build metadata for the last build for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -105,7 +105,7 @@ namespace Octokit /// /// Requests your site be built from the latest revision on the default branch for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// diff --git a/Octokit/Clients/RepositoryPagesClient.cs b/Octokit/Clients/RepositoryPagesClient.cs index f5a37f00..808e4307 100644 --- a/Octokit/Clients/RepositoryPagesClient.cs +++ b/Octokit/Clients/RepositoryPagesClient.cs @@ -38,7 +38,7 @@ namespace Octokit /// /// Gets the page metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -66,7 +66,7 @@ namespace Octokit /// /// Gets all build metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -97,7 +97,7 @@ namespace Octokit /// /// Gets all build metadata for a given repository /// - /// The ID of the repository + /// The Id of the repository /// Options to change the API response /// /// See the API documentation for more information. @@ -129,7 +129,7 @@ namespace Octokit /// /// Gets the build metadata for the last build for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. /// @@ -157,7 +157,7 @@ namespace Octokit /// /// Requests your site be built from the latest revision on the default branch for a given repository /// - /// The ID of the repository + /// The Id of the repository /// /// See the API documentation for more information. ///