Skip to content

Commit edaafe0

Browse files
authored
Misprint (#25)
1 parent 653c640 commit edaafe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This example very briefly illustrates the 3 core concepts of Svelte Query:
1313
<script>
1414
//App.svelte
1515
import { QueryClient, QueryClientProvider } from '@sveltestack/svelte-query'
16-
import Todo from 'Todo.svelte'
16+
import Todos from 'Todos.svelte'
1717

1818
// Create a client
1919
const queryClient = new QueryClient()

0 commit comments

Comments
 (0)