Skip to content

Commit 0e48812

Browse files
committed
fix typo
1 parent a7118b3 commit 0e48812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/viewer/src/components/Shared/ExtMarkdown.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts">
22
import { Ref } from '@pi-base/core'
33
import context from '@/context'
4-
const { spaces, theorems, properties } = context()=
4+
const { spaces, theorems, properties } = context()
55
66
export let source: string
77
const modify = (s: string) => {

0 commit comments

Comments
 (0)