Skip to content

Commit

Permalink
fix typo in svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
colah committed Feb 14, 2018
1 parent 44655f2 commit c3b0f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lucid/scratch/web/svelte.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def inner(data):


@register_cell_magic
def define_svelete(line, cell):
def define_svelte(line, cell):
base_name = line.split()[0]
name_str = base_name + "_" + hex(random.randint(0, 1e8))[2:]
html_fname = osp.join(_svelte_temp_dir, name_str + ".html")
Expand Down

0 comments on commit c3b0f43

Please sign in to comment.