Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Apr 3, 2024
1 parent ec03f4c commit 92c50c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/forms/RadioInputComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ watch([cdsRadioButtonArrayRef, () => props.required], async (cdsRadioButtonArray
}
});
// For this component, the Screen Reader s=is more responsive to alerts with aria-live set.
// For the radio-button component the Screen Reader has proved more responsive to alerts with aria-live set.
const ariaLive = "polite";
</script>

Expand Down

0 comments on commit 92c50c2

Please sign in to comment.