Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
fix: do comment change to trigger release (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperhodge authored Dec 20, 2023
1 parent 50c580c commit e77d3d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ class ReactStateOLXParser {

/** hasAttributeWithValue(obj, attr)
* hasAttributeWithValue takes obj and atrr. The obj is checked for the attribute defined by attr.
* Returns true if atrribute is present, otherwise false.
* Returns true if attribute is present, otherwise false.
* @param {object} obj - defined object
* @param {string} attr - string of desired attribute
* @return {bool}
Expand Down

0 comments on commit e77d3d1

Please sign in to comment.