Skip to content

Commit 1ddd9f2

Browse files
committed
chore: prettier formatting
1 parent 6cdd04f commit 1ddd9f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/developing/autofocus.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ title: Autofocus
44

55
<head>
66
<title>Autofocus</title>
7-
<meta name="description" content="Learn how to manage focus in Ionic applications using the setFocus API instead of the autofocus attribute." />
7+
<meta
8+
name="description"
9+
content="Learn how to manage focus in Ionic applications using the setFocus API instead of the autofocus attribute."
10+
/>
811
</head>
912

1013
Developers that want to set focus to an element on "page load" can use the `setFocus` API to set focus to an element. This API should be used in place of the `autofocus` attribute and called within the `ionViewDidEnter` lifecycle event.

0 commit comments

Comments
 (0)