Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bwva committed Sep 8, 2024
1 parent 277065c commit 9c3209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ for (const Sp of document.getElementsByName('RedSpinner)) {
Sp.setAttribute('speed', '2');
}
```
The SpinnerElement also comes with its own programming interface, with methods for setting attributes and styles [note the ending 's' of `.setAttributes()` - this and `.setStyle()` are methodss the provided by `spinnerComponent.js`]:
The SpinnerElement also comes with its own programming interface, with methods for setting attributes and styles. Note the ending 's' of `.setAttributes()` - this method and `.setStyle()` are provided by `spinnerComponent.js`:
```
const sp = new SpinnerElement;
sp.setAttributes({
Expand Down

0 comments on commit 9c3209b

Please sign in to comment.