Skip to content

Commit a4abd7d

Browse files
surrouding!!!
1 parent 5a6fc3e commit a4abd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/form-associated.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ it.
113113

114114
In our `<custom-text-input>` example above we use the
115115
[`setFormValue`](https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue)
116-
method to set a value in the surrouding form. This will read the `name`
116+
method to set a value in the surrounding form. This will read the `name`
117117
attribute off of the element and use it when setting the value, so the value
118118
typed by a user into the `input` will added to the form under the
119119
`"my-custom-input"` name.

0 commit comments

Comments
 (0)