Skip to content

Commit

Permalink
Fix typo "his id" -> "its id" (vercel#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jul 6, 2018
1 parent e36e006 commit b7912ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/api/sections/endpoints/logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Logs(props) {
markdown(components)`
${<Endpoint method="GET" url="/v1/now/deployments/:id/logs" />}
Get the logs of a deployment by his ID.
Get the logs of a deployment by its ID.
#### Output
${<OutputTable>
Expand Down

0 comments on commit b7912ee

Please sign in to comment.