Skip to content

Commit 7b662f0

Browse files
authored
Removed excess emoji
1 parent 1745e5e commit 7b662f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Looking for stuff [we recommend doing in vanilla JS](#no-surreal)?
218218
* Get: `me().attribute('data-x')`
219219
* For single elements.
220220
* For many elements, wrap it in: `any(...).run(...)` or `any(...).forEach(...)`
221-
* Set: 🔥`me().attribute('data-x', true)`
221+
* Set: `me().attribute('data-x', true)`
222222
* Set multiple: `me().attribute({ 'data-x':'yes', 'data-y':'no' })`
223223
* Remove: `me().attribute('data-x', null)`
224224
* Remove multiple: `me().attribute({ 'data-x': null, 'data-y':null })`

0 commit comments

Comments
 (0)