File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ endif::book_target[]
204
204
205
205
(((user experience)))(((asynchronous programming)))When the program is
206
206
busy processing the action caused by some ((button)) or other control,
207
- ( for example, making requests to a server) , it can be a good idea to
207
+ for example making requests to a server, it can be a good idea to
208
208
disable the control until the action finishes so that, when the user
209
209
gets impatient and clicks it again, they don't accidentally repeat
210
210
their action.
@@ -604,7 +604,7 @@ so-called _blob_ object) to the file reader.
604
604
== Storing data client-side ==
605
605
606
606
(((web application)))Simple ((HTML)) pages with a bit of JavaScript
607
- can be a great medium for “((mini applications)) ”—small helper programs
607
+ can be a great medium for “((mini application))s ”—small helper programs
608
608
that automate everyday things. By connecting a few form ((field))s
609
609
with event handlers you can do anything from converting between
610
610
degrees Celsius and Fahrenheit to computing passwords from a master
You can’t perform that action at this time.
0 commit comments