Skip to content

Commit d920a23

Browse files
committed
typo
1 parent 63d96ca commit d920a23

File tree

1 file changed

+2
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors/shared

1 file changed

+2
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ export function get_states_and_calls(values) {
3232

3333
return { states, calls };
3434
}
35+
3536
/**
36-
* Escape the html in every quesi in the template literal
37+
* Escape the html in every quasi in the template literal
3738
* @param {SvelteNode} template
3839
* @param {boolean} [is_attr]
3940
*/

0 commit comments

Comments
 (0)