8000 fixing a typo (#132) · fskydev/pyscript@27572e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27572e4

Browse files
ddeltreepww217
andauthored
fixing a typo (pyscript#132)
Co-authored-by: Peter W <34256109+pww217@users.noreply.github.com>
1 parent d8cb5f2 commit 27572e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GETTING-STARTED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page will guide you through getting started with PyScript.
77
PyScript does not require any development environment other
88
than a web browser. We recommend using Chrome.
99

10-
If, you're using [VSCode](https://code.visualstudio.com/) the
10+
If you're using [VSCode](https://code.visualstudio.com/) the
1111
[Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
1212
can be used to reload the page as you edit the HTML file.
1313

@@ -46,7 +46,7 @@ introduce the 8 tags provided by PyScript.
4646

4747
The `<py-script>` tag let's you execute multi-line Python scripts and
4848
print back onto the page. For
49-
example we can compute π.
49+
example, we can compute π.
5050

5151
```html
5252
<html>
@@ -162,7 +162,7 @@ fig
162162
### Local modules
163163

164164
In addition to packages you can declare local Python modules that will
165-
be imported in the `<py-script>` tag. For example we can place the random
165+
be imported in the `<py-script>` tag. For example, we can place the random
166166
number generation steps in a function in the file `data.py`.
167167

168168
```python

0 commit comments

Comments
 (0)
0