Skip to content

Commit

Permalink
Fix typo (ampproject#25253)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsu authored and caroqliu committed Oct 28, 2019
1 parent 48d5ffd commit b3c86f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-form/amp-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ You can render success or error responses in your form by using [extended templa
| Response attribute | Description |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `submit-success` | Can be used to display a success message if the response is successful (i.e., has a status of `2XX`). |
| `submit-error` | an be used to display a submission error if the response is unsuccessful (i.e., does not have a status of `2XX`). |
| `submit-error` | Can be used to display a submission error if the response is unsuccessful (i.e., does not have a status of `2XX`). |
| `submitting` | Can be used to display a message when the form is submitting. The template for this attribute has access to the form's input fields for any display purposes. Please see the [full form example below](#example-submitting) for how to use the `submitting` attribute. |

### To render responses with templating:
Expand Down

0 comments on commit b3c86f5

Please sign in to comment.