Skip to content

Commit

Permalink
Svelte Variable Example Code Fix (#2596)
Browse files Browse the repository at this point in the history
Added missing a curly brace.
  • Loading branch information
mattrafalko committed Aug 10, 2022
1 parent 7097d03 commit 30b6fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/svelte.md
Expand Up @@ -172,7 +172,7 @@ use to supply variables to our query.
}
`,
variables: { from, limit }
);
});
</script>
...
```
Expand Down

0 comments on commit 30b6fd7

Please sign in to comment.