Skip to content

Commit 00094ae

Browse files
committed
Fix some of the fixes in 3c3dbb7
1 parent 3c3dbb7 commit 00094ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

18_forms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ endif::book_target[]
204204

205205
(((user experience)))(((asynchronous programming)))When the program is
206206
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
208208
disable the control until the action finishes so that, when the user
209209
gets impatient and clicks it again, they don't accidentally repeat
210210
their action.
@@ -604,7 +604,7 @@ so-called _blob_ object) to the file reader.
604604
== Storing data client-side ==
605605

606606
(((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
608608
that automate everyday things. By connecting a few form ((field))s
609609
with event handlers you can do anything from converting between
610610
degrees Celsius and Fahrenheit to computing passwords from a master

0 commit comments

Comments
 (0)