diff --git a/accessibility-checker-engine/src/v4/rules/target_spacing_sufficient.ts b/accessibility-checker-engine/src/v4/rules/target_spacing_sufficient.ts index 54604cdd2..850e6d0ae 100644 --- a/accessibility-checker-engine/src/v4/rules/target_spacing_sufficient.ts +++ b/accessibility-checker-engine/src/v4/rules/target_spacing_sufficient.ts @@ -42,7 +42,7 @@ "pass_inline": "The target is in a sentence or its size is otherwise constrained by the line-height of non-target text", "pass_default": "The target's size is determined by the user agent and is not modified by the author", "violation_spacing": "Undersized target \"{0}\" does not have sufficient spacing of 12 CSS pixels from another target \"{1}\"", - "recommendation_inline": "Confirm the inline target \"{0}\" is sufficiently spaced from aother inline target \"{1}\"", + "recommendation_inline": "Confirm the inline target \"{0}\" is sufficiently spaced from another inline target \"{1}\"", "potential_overlap": "Ensure the overlapped target \"{0}\" meets a minimum target size or has sufficient spacing from the overlapping target \"{1}\"" } }, diff --git a/accessibility-checker-engine/test/v2/checker/accessibility/rules/target_spacing_sufficient_ruleunit/element_inline.html b/accessibility-checker-engine/test/v2/checker/accessibility/rules/target_spacing_sufficient_ruleunit/element_inline.html index b3f55e81e..a7e57badd 100755 --- a/accessibility-checker-engine/test/v2/checker/accessibility/rules/target_spacing_sufficient_ruleunit/element_inline.html +++ b/accessibility-checker-engine/test/v2/checker/accessibility/rules/target_spacing_sufficient_ruleunit/element_inline.html @@ -234,7 +234,7 @@

display: mixed

"aria": "/document[1]/img[2]" }, "reasonId": "recommendation_inline", - "message": "Confirm the inline target \"img\" is sufficiently spaced from aother inline target \"a\"", + "message": "Confirm the inline target \"img\" is sufficiently spaced from another inline target \"a\"", "messageArgs": [ "img", "a" diff --git a/accessibility-checker-engine/test/v2/checker/accessibility/rules/target_spacing_sufficient_ruleunit/link_inline_with_block.html b/accessibility-checker-engine/test/v2/checker/accessibility/rules/target_spacing_sufficient_ruleunit/link_inline_with_block.html index d69e0f300..6cbc468a9 100644 --- a/accessibility-checker-engine/test/v2/checker/accessibility/rules/target_spacing_sufficient_ruleunit/link_inline_with_block.html +++ b/accessibility-checker-engine/test/v2/checker/accessibility/rules/target_spacing_sufficient_ruleunit/link_inline_with_block.html @@ -33,7 +33,7 @@ "aria": "/document[1]/link[1]" }, "reasonId": "recommendation_inline", - "message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"", + "message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"", "messageArgs": [ "a", "a" @@ -122,7 +122,7 @@ "aria": "/document[1]/link[6]" }, "reasonId": "recommendation_inline", - "message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"", + "message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"", "messageArgs": [ "a", "a" @@ -141,7 +141,7 @@ "aria": "/document[1]/link[7]" }, "reasonId": "recommendation_inline", - "message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"", + "message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"", "messageArgs": [ "a", "a" @@ -160,7 +160,7 @@ "aria": "/document[1]/link[8]" }, "reasonId": "recommendation_inline", - "message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"", + "message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"", "messageArgs": [ "a", "a" @@ -179,7 +179,7 @@ "aria": "/document[1]/link[9]" }, "reasonId": "recommendation_inline", - "message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"", + "message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"", "messageArgs": [ "a", "a" @@ -198,7 +198,7 @@ "aria": "/document[1]/link[10]" }, "reasonId": "recommendation_inline", - "message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"", + "message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"", "messageArgs": [ "a", "a" @@ -217,7 +217,7 @@ "aria": "/document[1]/link[11]" }, "reasonId": "recommendation_inline", - "message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"", + "message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"", "messageArgs": [ "a", "a" @@ -236,7 +236,7 @@ "aria": "/document[1]/link[12]" }, "reasonId": "recommendation_inline", - "message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"", + "message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"", "messageArgs": [ "a", "a" @@ -255,7 +255,7 @@ "aria": "/document[1]/link[13]" }, "reasonId": "recommendation_inline", - "message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"", + "message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"", "messageArgs": [ "a", "a"