Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 8, 2024
1 parent 2ce7508 commit 7da0210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/full/pages/streaming/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ function Page() {
<h1>Star Wars Movies</h1>
<p>
Same as <code>/star-wars</code> page, but showcasing <a href="https://vike.dev/streaming">HTML Streaming</a> and{' '}
<a href="https://vike.dev/streaming#progressive-rendering">Progressive Rendering</a> (note how the counter is
interactive before the data has finished loading).
<a href="https://vike.dev/streaming#progressive-rendering">Progressive Rendering</a>. (Note how the interactive
counter works before the data finished loading.)
</p>
<Counter />
<Suspense fallback={<p>Loading...</p>}>
Expand Down

0 comments on commit 7da0210

Please sign in to comment.