8000 Update getting-started.md (#1307) Β· patrickloeber/pyscript@e7c3b7b Β· GitHub
[go: up one dir, main page]

Skip to content

Commit e7c3b7b

Browse files
authored
Update getting-started.md (pyscript#1307)
1. replace 'other then' with 'other than' 2. replace 'cherrie' with 'cherry'
1 parent c8becca commit e7c3b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Ždocs/tutorials/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This page will guide you through getting started with PyScript.
55
## Development setup
66

77
PyScript does not require any development environment other
8-
then a web browser (we recommend using [Chrome](https://www.google.com/chrome/)) and a text editor, even though using your [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) of choice might be convenient.
8+
than a web browser (we recommend using [Chrome](https://www.google.com/chrome/)) and a text editor, even though using your [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) of choice might be convenient.
99

1010
If you're using [VSCode](https://code.visualstudio.com/), the
1111
[Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
@@ -249,8 +249,8 @@ Now that we have a way to explore the data using `py-repl` and a way to create t
249249
<label for="all"> All 🍧</label>
250250
<input type="radio" id="chocolate" name="flavour" value="COCOA">
251251
<label for="chocolate"> Chocolate 🍫</label>
252-
<input type="radio" id="cherrie" name="flavour" value="CHERRIES">
253-
<label for="cherrie"> Cherries πŸ’</label>
252+
<input type="radio" id="cherry" name="flavour" value="CHERRIES">
253+
<label for="cherry"> Cherries πŸ’</label>
254254
<input type="radio" id="berries" name="flavour" value="BERRY">
255255
<label for="berries"> Berries πŸ“</label>
256256
<input type="radio" id="cheese" name="flavour" value="CHEESE">

0 commit comments

Comments
Β (0)
0