Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Ißbrücker <[email protected]>
  • Loading branch information
web-padawan and sissbruecker authored Jul 10, 2024
1 parent ccf3672 commit 09d1cb4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public Optional<String> getAriaLabelledBy() {
}

/**
* Sets the "role" attribute for using by screen readers.
* Sets the ARIA role for the overlay element, used by screen readers.
*
* @param role
* the role to set
Expand All @@ -100,8 +100,8 @@ public void setOverlayRole(String role) {
}

/**
* Gets the "role" attribute for using by screen readers. Defaults to
* "dialog".
* Gets the ARIA role for the overlay element, used by screen readers.
* Defaults to {@code dialog}.
*
* @return the role
*/
Expand Down

0 comments on commit 09d1cb4

Please sign in to comment.