Skip to content

Commit 20ec93e

Browse files
authored
repo sync
2 parents 23bcc0b + 50a2247 commit 20ec93e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/developers/github-marketplace/requirements-for-listing-an-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To protect your customers, we recommend that you also follow security best pract
5050

5151
### Requirements for paid apps
5252

53-
To publish a paid plan for your app on {% data variables.product.prodname_marketplace %}, your app must be owned by an organization that is a verified publisher. For more information about the verification process or transfering ownership of your app, see "[Applying for publisher verification for your organization](/developers/github-marketplace/applying-for-publisher-verification-for-your-organization)."
53+
To publish a paid plan for your app on {% data variables.product.prodname_marketplace %}, your app must be owned by an organization that is a verified publisher. For more information about the verification process or transferring ownership of your app, see "[Applying for publisher verification for your organization](/developers/github-marketplace/applying-for-publisher-verification-for-your-organization)."
5454

5555
If your app is already published and you're a verified publisher, then you can publish a new paid plan from the pricing plan editor. For more information, see "[Setting pricing plans for your listing](/developers/github-marketplace/setting-pricing-plans-for-your-listing)."
5656

content/developers/webhooks-and-events/issue-event-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Name | Type | Description
165165
`tree` | `object` | The Git tree of the commit.
166166
`message` | `string` | The commit message.
167167
`parents` | `array of objects` | A list of parent commits.
168-
`verfication` | `object` | The result of verifying the commit's signature. For more information, see "[Signature verification object](/rest/reference/git#get-a-commit)."
168+
`verification` | `object` | The result of verifying the commit's signature. For more information, see "[Signature verification object](/rest/reference/git#get-a-commit)."
169169
`event` | `string` | The event value is `"committed"`.
170170

171171
### connected

0 commit comments

Comments
 (0)