Skip to content

Commit

Permalink
Fix Syntax Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Feb 12, 2025
1 parent 43f1d78 commit 34106d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interactivity-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Example:
<li><a href="/post-2">Post 2</a></li>
<li><a href="/post-3">Post 3</a></li>
</ul>
<a data-wp-on--click="actions.navigate" href="/page/2">
<a data-wp-on--click="actions.navigate" href="/page/2">Page 2</a>
</div>
```

Expand Down

0 comments on commit 34106d4

Please sign in to comment.