diff --git a/README.md b/README.md index 38e0cef..9ba6691 100644 --- a/README.md +++ b/README.md @@ -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({