Skip to content

Commit

Permalink
fix: update JSDoc syntax to remove internal method from rendered docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Sep 23, 2020
1 parent bfa3340 commit 8ecce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auroElement/auroElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class AuroElement extends LitElement {
}

/**
* Function that determines state of aria-hidden
* @private Function that determines state of aria-hidden
*/
hideAudible(value) {
if (value) {
Expand Down

0 comments on commit 8ecce4d

Please sign in to comment.