Skip to content

Commit 294471a

Browse files
docs(app): end param comment with period
Co-authored-by: Brandy Smith <[email protected]>
1 parent a505969 commit 294471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/app/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class App implements ComponentInterface {
6969
* inside of a popover when the user presents it, but the popover is not always
7070
* presented as a result of keyboard action.)
7171
*
72-
* @param elements An array of HTML elements to set focus on
72+
* @param elements An array of HTML elements to set focus on.
7373
*/
7474
@Method()
7575
async setFocus(elements: HTMLElement[]) {

0 commit comments

Comments
 (0)