Skip to content

Commit 32ebc46

Browse files
authored
Fixed typo (#11907)
1 parent 8892078 commit 32ebc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/02-template-syntax/01-svelte-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ You cannot `export default`, since the default export is the component itself.
265265
<script context="module">
266266
let totalComponents = 0;
267267
268-
// the export keyword allows this function to imported with e.g.
268+
// the export keyword allows this function to be imported with e.g.
269269
// `import Example, { alertTotal } from './Example.svelte'`
270270
export function alertTotal() {
271271
alert(totalComponents);

0 commit comments

Comments
 (0)