1
0
mirror of synced 2025-12-21 10:57:10 -05:00

docs: fix typos

This commit is contained in:
Pierre Grimaud
2021-03-24 15:57:21 +01:00
parent 85df35ec20
commit 9bc331a662
2 changed files with 2 additions and 2 deletions

View File

@@ -165,7 +165,7 @@ Name | Type | Description
`tree` | `object` | The Git tree of the commit.
`message` | `string` | The commit message.
`parents` | `array of objects` | A list of parent commits.
`verfication` | `object` | The result of verifying the commit's signature. For more information, see "[Signature verification object](/rest/reference/git#get-a-commit)."
`verification` | `object` | The result of verifying the commit's signature. For more information, see "[Signature verification object](/rest/reference/git#get-a-commit)."
`event` | `string` | The event value is `"committed"`.
### connected