From 8c2086c1dc05b0f1212933734233da7d0bd75aad Mon Sep 17 00:00:00 2001 From: Sebastian Maung Date: Tue, 6 Jan 2026 16:04:03 -0800 Subject: [PATCH] Fix typo in 'Editing your app' section --- docs/beginning-pyscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/beginning-pyscript.md b/docs/beginning-pyscript.md index 71b4545..3ab7b02 100644 --- a/docs/beginning-pyscript.md +++ b/docs/beginning-pyscript.md @@ -231,7 +231,7 @@ points to the `div` element with the id "output". Finally, we assign the That's it! -## Editing you app +## Editing your app If you use an IDE (like VSCode or PyCharm) then you'll probably want them to auto-suggest and introspect aspects of the Python code you're writing. The