diff --git a/docs/IssueApi.md b/docs/IssueApi.md index 2d39c24..02b1289 100644 --- a/docs/IssueApi.md +++ b/docs/IssueApi.md @@ -3255,7 +3255,7 @@ Token.setApiKey("YOUR API KEY"); IssueApi apiInstance = new IssueApi(); String owner = "owner_example"; // String | owner of the repo String repo = "repo_example"; // String | name of the repo -String state = "state_example"; // String | Milestone state, Recognised values are open, closed and all. Defaults to \"open\" +String state = "state_example"; // String | Milestone state, Recognized values are open, closed and all. Defaults to \"open\" String name = "name_example"; // String | filter by milestone name Integer page = 56; // Integer | page number of results to return (1-based) Integer limit = 56; // Integer | page size of results @@ -3274,7 +3274,7 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **owner** | **String**| owner of the repo | **repo** | **String**| name of the repo | - **state** | **String**| Milestone state, Recognised values are open, closed and all. Defaults to \"open\" | [optional] + **state** | **String**| Milestone state, Recognized values are open, closed and all. Defaults to \"open\" | [optional] **name** | **String**| filter by milestone name | [optional] **page** | **Integer**| page number of results to return (1-based) | [optional] **limit** | **Integer**| page size of results | [optional] diff --git a/src/main/java/org/gitnex/tea4j/v2/apis/IssueApi.java b/src/main/java/org/gitnex/tea4j/v2/apis/IssueApi.java index 8ea8a15..8edc277 100644 --- a/src/main/java/org/gitnex/tea4j/v2/apis/IssueApi.java +++ b/src/main/java/org/gitnex/tea4j/v2/apis/IssueApi.java @@ -579,7 +579,7 @@ public interface IssueApi { * * @param owner owner of the repo (required) * @param repo name of the repo (required) - * @param state Milestone state, Recognised values are open, closed and all. Defaults to + * @param state Milestone state, Recognized values are open, closed and all. Defaults to * \"open\" (optional) * @param name filter by milestone name (optional) * @param page page number of results to return (1-based) (optional)