Skip to content

Commit

Permalink
fix(content): update PageTitle.svelte to match other frameworks (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinji committed Apr 18, 2024
1 parent 1ba6b0a commit c1a66c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/3-lifecycle/1-on-mount/svelte4/PageTitle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
});
</script>

<p>Page title is: {pageTitle}</p>
<p>Page title: {pageTitle}</p>
2 changes: 1 addition & 1 deletion content/3-lifecycle/1-on-mount/svelte5/PageTitle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
});
</script>

<p>Page title is: {pageTitle}</p>
<p>Page title: {pageTitle}</p>

0 comments on commit c1a66c2

Please sign in to comment.