Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo code #8

Closed
shinokada opened this issue Mar 25, 2022 · 1 comment
Closed

Typo code #8

shinokada opened this issue Mar 25, 2022 · 1 comment

Comments

@shinokada
Copy link

At the end of the README file:

<!-- src/lib/Example.svelte -->
<script>
	// the source of the example is provided as a prop if you want it
	export let src
</script>

<div class="example">
	<slot name="example" />
</div>
<div class="code">
	<pre class="language-svelte">
		<slot name="code" />
	</pre>
</code>

The last line should be </div> instead of </code>.

@shinokada shinokada changed the title Type code Typo code Mar 25, 2022
@mattjennings
Copy link
Owner

Fixed, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants