diff --git a/andi/help/alerts.html b/andi/help/alerts.html
index a8d18eeb..e81dc6c2 100644
--- a/andi/help/alerts.html
+++ b/andi/help/alerts.html
@@ -549,7 +549,7 @@
What causes this?
Often, this is the result of a developer copying and pasting
an element and forgetting to change the id.
It's possible that a developer may not know that ids
- must be unique according to W3C standards.
+ must be unique according to W3C standards.
What should be done?
@@ -1004,8 +1004,8 @@ Why is this an accessibility concern?
What should be done?
Correct the structure to abide by the standards for an
- ARIA table, or
- ARIA grid.
+ ARIA table, or
+ ARIA grid.
@@ -3455,7 +3455,7 @@ Why did ANDI alert this?
Why is this an accessibility concern?
- A screen reader will assume the heading level to be level 2 since 2 is the default aria-level.
+ A screen reader will not assume a default heading level if aria-level is not specified.
What should be done?
@@ -3554,7 +3554,7 @@
What should be done?
and the primary foreground color of the text using a color selector tool (Colour Contrast Analyser Installation).
- The WCAG AA Contrast Ratio requirement is as follows:
+ The WCAG AA Contrast Ratio requirement is as follows:
@@ -3591,7 +3591,7 @@ What should be done?
and the primary foreground color of the text using a color selector tool (Colour Contrast Analyser Installation).
- The WCAG AA Contrast Ratio requirement is as follows:
+ The WCAG AA Contrast Ratio requirement is as follows:
@@ -3636,7 +3636,7 @@ What should be done?
and the primary foreground color of the text using a color selector tool (Colour Contrast Analyser Installation).
- The WCAG AA Contrast Ratio requirement is as follows:
+ The WCAG AA Contrast Ratio requirement is as follows:
@@ -3736,7 +3736,7 @@ What should be done?
Adjust the text color and/or the background color of this element so that the contrast ratio is at or above the minimum required contrast ratio.
- The WCAG AA Contrast Ratio requirement is as follows:
+ The WCAG AA Contrast Ratio requirement is as follows:
diff --git a/andi/help/faq.html b/andi/help/faq.html
index f5d51431..217586c6 100644
--- a/andi/help/faq.html
+++ b/andi/help/faq.html
@@ -359,7 +359,7 @@ Troubleshooting
uses the DOM (Document Object Model) to calculate the Output
according to the Accesible Name Computation.
Whereas, screen readers rely on more layers than just the DOM.
- Layers such as the browser's Accessibility API,
+ Layers such as the browser's Accessibility API,
the accessibility tree, the DOM, their own "tutor text" phrasings.
-
diff --git a/andi/help/howtouse.html b/andi/help/howtouse.html
index 51b01e1a..50c0fe91 100644
--- a/andi/help/howtouse.html
+++ b/andi/help/howtouse.html
@@ -262,7 +262,7 @@
ANDI Output
accessible name
and accessible description.
It will also include some phrasings depending on the presence of certain
- states and properties
+ states and properties
plus any associating Accessibility Alerts that ANDI has detected.
diff --git a/andi/help/install.html b/andi/help/install.html
index 0b6f13bb..1e2bd094 100644
--- a/andi/help/install.html
+++ b/andi/help/install.html
@@ -8,7 +8,7 @@