Skip to content

Commit 3e48d45

Browse files
Merge pull request #202 from SebastianMaung/main
Fix typo in the "Beginning PyScript"
2 parents 0e6fd33 + 8c2086c commit 3e48d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/beginning-pyscript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ points to the `div` element with the id "output". Finally, we assign the
231231

232232
That's it!
233233

234-
## Editing you app
234+
## Editing your app
235235

236236
If you use an IDE (like VSCode or PyCharm) then you'll probably want them to
237237
auto-suggest and introspect aspects of the Python code you're writing. The

0 commit comments

Comments
 (0)