Skip to content

Commit ca3ac6f

Browse files
committed
getting-started.md // add missing semicolon to example code.
1 parent bd695a2 commit ca3ac6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ add_action(
6868
'enqueue' => static fn(): bool => is_user_logged_in(),
6969
'inFooter' => true,
7070
]
71-
)
71+
);
7272

7373
$loader = new WebpackManifestLoader();
7474
/** @var \Inpsyde\Assets\Asset[] $assets */

0 commit comments

Comments
 (0)