diff --git a/Universal-Design.md b/Universal-Design.md
index 1c104f6..b155989 100644
--- a/Universal-Design.md
+++ b/Universal-Design.md
@@ -120,7 +120,7 @@ Used the “Accessibility Insights for Web” tool by Microsoft to run automatic
**Tournament Overview page**
Issues:
-- Listitem – some listelements was left from an old revision
+- Listitem – some list elements remained from an old revision
- Ensures `
` elements are used semantically
- WCAG 1.3.1
@@ -130,10 +130,10 @@ Solution:
**Admins page**
Issues:
-- Aria-required-children –
+- Aria-required-children
- Ensures elements with an ARIA role that requires child roles contain them
- WCAG 1.3.1
-- Aria-required-parent –
+- Aria-required-parent
- Ensures elements with an ARIA role that requires parent roles are contained by them
- WCAG 1.3.1
- Duplicate-id-aria – multiple elements had the aria id of “rankSelect”