Skip to content

Commit ba5cfbf

Browse files
Edouard Alvardmarijnh
authored andcommitted
📚 Fix typo in 18_http.md
1 parent 1f8f0ea commit ba5cfbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

18_http.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,8 @@ but we'll start with a rough overview.
483483

484484
{{index "input (HTML tag)", "type attribute"}}
485485

486-
A lot of field types use the
487-
`<input>` tag. This tag's `type` attribute is used to select the
486+
A lot of field types use the
487+
`<input>` tag. This tag's `type` attribute is used to select the
488488
field's style. These are some commonly used `<input>` types:
489489

490490
{{index "password field", checkbox, "radio button", "file field"}}
@@ -1170,7 +1170,7 @@ function to move to a new state.
11701170
The use of `Object.assign` in the example is intended to create a new
11711171
object that is a clone of the old `state.notes`, but with one property
11721172
added or overwritten. `Object.assign` takes its first argument, and
1173-
add all properties from any further arguments to it. Thus, giving it
1173+
adds all properties from any further arguments to it. Thus, giving it
11741174
an empty object will cause it to fill a fresh object. The ((square
11751175
brackets)) notation in the third argument is used to create a property
11761176
whose names is based on some dynamic value.

0 commit comments

Comments
 (0)