Skip to content

Commit

Permalink
Fix typo on Remove Css Class methods (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkrubyist authored Feb 1, 2020
1 parent a9dfc23 commit c52a07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/dom-operations/css-class-mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cable_ready["MyChannel"].add_css_class(
Removes a CSS class from an element.

```ruby
cable_ready["MyChannel"].add_css_class(
cable_ready["MyChannel"].remove_css_class(
selector: "string", # required - string containing a CSS selector or XPath expression
name: "string" # [null] - the CSS class to remove
)
Expand Down

0 comments on commit c52a07d

Please sign in to comment.