Skip to content

Commit

Permalink
Grammar fix (and grammar edits) (mdn#23666)
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Jan 16, 2023
1 parent 8fbea0d commit 9a3190d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlformcontrolscollection/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _This interface inherits the properties of its parent, {{domxref("HTMLCollection
_This interface inherits the methods of its parent, {{domxref("HTMLCollection")}}._

- {{domxref("HTMLFormControlsCollection.namedItem()")}}
- : Returns the {{domxref("RadioNodeList")}} or the {{domxref("Element")}} in the collection whose `name` or `id` matches the specified name, or `null` if no nodes match. Note that this version of `namedItem()` hide the one inherited from {{domxref("HTMLCollection")}}. Like that one, in JavaScript, using the array bracket syntax with a {{jsxref("String")}}, like `collection["value"]` is equivalent to `collection.namedItem("value")`.
- : Returns the {{domxref("RadioNodeList")}} or the {{domxref("Element")}} in the collection whose `name` or `id` matches the specified name, or `null` if no nodes match. Note that this version of `namedItem()` hides the one inherited from {{domxref("HTMLCollection")}}. Like that method, using the JavaScript array bracket syntax with a {{jsxref("String")}}, as in `collection["value"]`, is equivalent to `collection.namedItem("value")`.

## Specifications

Expand Down

0 comments on commit 9a3190d

Please sign in to comment.