Skip to content

Commit

Permalink
fix(OctokitResponse): link in docstring (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
sangxxh authored Mar 7, 2021
1 parent 8b02e89 commit 1442e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OctokitResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type OctokitResponse<T, S extends number = number> = {
*/
url: Url;
/**
* This is the data you would see in https://developer.Octokit.com/v3/
* Response data as documented in the REST API reference documentation at https://docs.github.com/rest/reference
*/
data: T;
};

1 comment on commit 1442e43

@chadmorse136
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im on android phone

Please sign in to comment.