diff --git a/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs b/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs
index 8033fc6c..8af9eee7 100644
--- a/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs
+++ b/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs
@@ -33,7 +33,7 @@ namespace Octokit.Reactive
///
/// The owner of the repository
/// The name of the repository
- /// Options to change the response of the API
+ /// Options to change the API response
///
/// See the API documentation for more information.
///
diff --git a/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs b/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs
index 74f285e2..39e0bfa6 100644
--- a/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs
+++ b/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs
@@ -58,7 +58,7 @@ namespace Octokit.Reactive
///
/// The owner of the repository
/// The name of the repository
- /// Options to change the behaviour of the API
+ /// Options to change the API response
///
/// See the API documentation for more information.
///
diff --git a/Octokit/Clients/IRepositoryPagesClient.cs b/Octokit/Clients/IRepositoryPagesClient.cs
index 2458466f..0716152a 100644
--- a/Octokit/Clients/IRepositoryPagesClient.cs
+++ b/Octokit/Clients/IRepositoryPagesClient.cs
@@ -29,7 +29,7 @@ namespace Octokit
///
/// The owner of the repository
/// The name of the repository
- ///
+ ///
/// See the API documentation for more information.
///
///
@@ -40,8 +40,8 @@ namespace Octokit
///
/// The owner of the repository
/// The name of the repository
- /// Options for changing the behaviour of the API
- ///
+ /// Options to change the API response
+ ///
/// See the API documentation for more information.
///
///
diff --git a/Octokit/Clients/RepositoryPagesClient.cs b/Octokit/Clients/RepositoryPagesClient.cs
index 139d57de..9958daef 100644
--- a/Octokit/Clients/RepositoryPagesClient.cs
+++ b/Octokit/Clients/RepositoryPagesClient.cs
@@ -41,7 +41,7 @@ namespace Octokit
///
/// The owner of the repository
/// The name of the repository
- ///
+ ///
/// See the API documentation for more information.
///
///
@@ -59,7 +59,7 @@ namespace Octokit
/// The owner of the repository
/// The name of the repository
/// Options to change the API response
- ///
+ ///
/// See the API documentation for more information.
///
///
@@ -72,6 +72,7 @@ namespace Octokit
var endpoint = ApiUrls.RepositoryPageBuilds(owner, repositoryName);
return ApiConnection.GetAll(endpoint, options);
}
+
///
/// Gets the build metadata for the last build for a given repository
///