File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
488488field'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.
11701170The use of ` Object.assign ` in the example is intended to create a new
11711171object that is a clone of the old ` state.notes ` , but with one property
11721172added 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
11741174an empty object will cause it to fill a fresh object. The ((square
11751175brackets)) notation in the third argument is used to create a property
11761176whose names is based on some dynamic value.
You can’t perform that action at this time.
0 commit comments