Skip to content

Commit

Permalink
Fix CodeBlock prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Jun 4, 2024
1 parent 4c26aed commit f827829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(inner)/api/use-focus/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
>, and then feed its result into the <code class="code">useInteractions()</code> array. The returned
prop getters are then spread onto the elements for rendering.
</p>
<CodeBlock code={ExampleRaw} lang="svelte" highlight={[2, 5, 6]} />
<CodeBlock code={ExampleRaw} lang="svelte" mark={[2, 5, 6]} />
</section>
<!-- Table: Options -->
<section class="space-y-8">
Expand Down

0 comments on commit f827829

Please sign in to comment.