Skip to content

Commit aea2a5b

Browse files
committed
Fix a typo in Chapter 18
1 parent 519b55f commit aea2a5b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

18_forms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ handler can call `preventDefault` on that event to prevent the submission from
765765
happening. Form field elements do not have to be wrapped in `<form>`
766766
tags.
767767

768-
When the user has selected a field from their local file system in a
768+
When the user has selected a file from their local file system in a
769769
file picker field, the `FileReader` interface can be used to access
770770
the content of this file from a JavaScript program.
771771

html/errata.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,10 @@ <h2>Chapter 17</h2>
7474
the <code>statusCode</code> property. This does not exist, since the
7575
property is actually called <code>status</code>.</p>
7676

77+
<h2>Chapter 18</h2>
78+
79+
<p><strong>Page 327</strong> (Summary): “When the user has selected
80+
a <em>field</em>” should be “When the user has selected
81+
a <em>file</em>”.
82+
7783
</article>

0 commit comments

Comments
 (0)