Skip to content

Commit

Permalink
Fix closing tag issue in api-reference.md (WordPress#64778)
Browse files Browse the repository at this point in the history
Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
  • Loading branch information
2 people authored and bph committed Aug 31, 2024
1 parent 383b3ae commit db8684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/interactivity-api/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ The `unique-id` doesn't need to be unique globally. It just needs to be differen

```html
<div data-wp-init="callbacks.logTimeInit">
<p>Hi!</>
<p>Hi!</p>
</div>
```

Expand Down

0 comments on commit db8684b

Please sign in to comment.