In [index.html](https://github.com/dannythompson901/accessibleToDoListApp/blob/main/index.html) Line 16: ``` html <div role="status" aria-live="polite" id="live-polite" class="vissually-hidden"> ``` The class should be `visually-hidden`. This will then hide the screen reader status visually as intended.
In index.html
Line 16:
The class should be
visually-hidden.This will then hide the screen reader status visually as intended.