fix: do comment change to trigger release (#446)

This commit is contained in:
Jesper Hodge
2023-12-20 17:23:46 -05:00
committed by GitHub
parent 50c580cca2
commit e77d3d1014

View File

@@ -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}