Skip to content

Commit

Permalink
Make spelling of "endpoint" consistent (#6404)
Browse files Browse the repository at this point in the history
The "endpoint" form is already used elsewhere in the same page.
  • Loading branch information
zhangsu authored Oct 10, 2022
1 parent 63a34de commit 30a87ab
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ We know that diving into using a technology can be overwhelming so here are some
- AMP components used:
- Use `<amp-list>` to pull information in dynamically from an endpoint.
- Use a generic `<input>` tag to leave a comment.
- Use `<amp-form>` to submit an "Reply/Resolve" state to an end point.
- Use `<amp-form>` to submit an "Reply/Resolve" state to an endpoint.
- Mentioning/tagging someone in a doc comment:
- AMP components used:
- Use `<amp-list>` to pull information in dynamically from an endpoint.
- Use `<amp-autocomplete>` to search through a list of possible emails/names to mention
- Granting access to a file/asset via email:
- AMP components used:
- Use `<button>` to display the action
- Use `<amp-form>` to submit the form to an end point.
- Use `<amp-form>` to submit the form to an endpoint.

## Approvals/reviews
- Expenses, Vacation, Content, Ticketing, workflows - Instant approvals, moving something along a workflow, commenting on or assign issues:
- AMP components used:
- Use `<amp-list>` to pull information in dynamically from an endpoint.
- Use a generic `<input>` tag to leave a comment.
- Use `<amp-form>` to submit an "Reply/Resolve" state to an end point.
- Use `<amp-form>` to submit an "Reply/Resolve" state to an endpoint.

## Triggering a failed service
- Trigger a failed service via an email notification:
- AMP components used:
- Use `<amp-form>` to submit the form (with the button) to an end point.
- Use `<amp-form>` to submit the form (with the button) to an endpoint.

0 comments on commit 30a87ab

Please sign in to comment.