Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 77656ff

Browse files
Update article.md
1 parent 9ff9aae commit 77656ff

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/04-searching-elements-dom

1 file changed

+1
-1
lines changed

‎2-ui/1-document/04-searching-elements-dom/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Previous methods were searching the DOM.
113113

114114
The [elem.matches(css)](http://dom.spec.whatwg.org/#dom-element-matches) does not look for anything, it merely checks if `elem` matches the given CSS-selector. It returns `true` or `false`.
115115

116-
The method comes handy when we are iterating over elements (like in array or something) and trying to filter those that interest us.
116+
The method comes in handy when we are iterating over elements (like in array or something) and trying to filter those that interest us.
117117

118118
For instance:
119119

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /