Fix typo in sample HTML response (#1502)

This commit is contained in:
Eric Liu 2023-06-30 09:25:53 -07:00 committed by GitHub
parent 3ff33eadc9
commit 3bca1af991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,9 +179,9 @@ HTTP/1.1 200 OK
<html>
<body>
<form method="post" action="/accounts/12345/deposits">
<input name="amount" type="number'/>
<input name="amount" type="number" />
<button>Submit</button>
</div>
</form>
<body>
</html>
```