better formatting

This commit is contained in:
carson 2020-10-09 07:38:02 -06:00
parent 1e61f7a4e0
commit 938130040f
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ IE11 compatible
## motivation
* Why should only `<a>` and `<form>` be able to make HTTP requests?
* Why should only `<a>` and `<form>` be able to make HTTP requests?
* Why should only `click` & `submit` events trigger them?
* Why should only GET & POST be available?
* Why should you only be able to replace the *entire* screen?

View File

@ -24,7 +24,7 @@ IE11 compatible
## motivation
* Why should only `&lt;a>` and `&lt;form>` be able to make HTTP requests?
* Why should only `<a>` and `<form>` be able to make HTTP requests?
* Why should only `click` & `submit` events trigger them?
* Why should only GET & POST be available?
* Why should you only be able to replace the *entire* screen?