Skip to content

Commit bd4888c

Browse files
committed
Use generic language for input methods
1 parent c0614a8 commit bd4888c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-bank-project/3-data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ curl http://localhost:5000/api
2525

2626
## AJAX and data fetching
2727

28-
Traditional web sites update the content displayed when the user click on a link or submit data using a form, by reloading the full HTML page. Every time new data needs to be loaded, the web server returns a brand new HTML page that needs to be processed by the browser, interrupting the current user action and limiting interactions during the reload. This workflow is also called a *Multi-Page Application* or *MPA*.
28+
Traditional web sites update the content displayed when the user selects a link or submits data using a form, by reloading the full HTML page. Every time new data needs to be loaded, the web server returns a brand new HTML page that needs to be processed by the browser, interrupting the current user action and limiting interactions during the reload. This workflow is also called a *Multi-Page Application* or *MPA*.
2929

3030
![Update workflow in a multi-page application](./images/mpa.png)
3131

0 commit comments

Comments
 (0)