Skip to content

Commit

Permalink
fix: typo in deprecation message for .repos.getCommitRefSha()
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf authored and gr2m committed May 29, 2019
1 parent 8f2d7d5 commit ade2d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rest-api-endpoints/routes.json
Expand Up @@ -7695,7 +7695,7 @@
"url": "/repos/:owner/:repo/comments/:comment_id"
},
"getCommitRefSha": {
"deprecated": "\"Get the SHA-1 of a commit reference\" will be removed. Use \"Get a single commit\" instead with medaType format \"sha\" instead.",
"deprecated": "\"Get the SHA-1 of a commit reference\" will be removed. Use \"Get a single commit\" instead with media type format set to \"sha\" instead.",
"method": "GET",
"params": {
"owner": {
Expand Down

0 comments on commit ade2d00

Please sign in to comment.