Skip to content

Commit

Permalink
is -> if
Browse files Browse the repository at this point in the history
  • Loading branch information
Popret committed May 6, 2024
1 parent 58f9ddd commit 63b8a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/reference-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@ Adds a new class. If an element has no classes, adds a `class` attribute in the

###### <function>HTML.has_class(html_element, class_name)</function>

Returns true is an element has given class.
Returns true if an element has given class.

###### <function>HTML.remove_class(html_element, class_name)</function>

Expand Down

0 comments on commit 63b8a38

Please sign in to comment.