Corrects spelling mistake in syntax-test for Typst

This commit is contained in:
Chad Skeeters 2025-05-20 16:35:47 -05:00
parent 36a86d34e8
commit 4c9a51990c
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@
)
```python
dev foo():
def foo():
 print("hi")
```

View File

@ -23,6 +23,6 @@
)
```python
dev foo():
def foo():
print("hi")
```