Fix typos

This commit is contained in:
woxtu
2022-05-04 05:23:11 +09:00
parent e6e85acbfc
commit 92420ae2c2
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ pyscript.write('pi', f'π is approximately {pi:.3f}')
In addition to the [Python Standard Library](https://docs.python.org/3/library/) and
the `pyscript` module, many 3rd-party OSS packages will work out-of-the-box with PyScript.
In order to use them you will need to delcare the dependencies using the `<py-env>` in the
In order to use them you will need to declare the dependencies using the `<py-env>` in the
HTML head. You can also link to `.whl` files directly on disk like in our [toga example](https://github.com/pyscript/pyscript/blob/main/pyscriptjs/examples/toga/freedom.html)
```

View File

@@ -40,7 +40,7 @@ run the web demo server:
then point your browser at http://localhost:8081/
Enter a value in the "Farenheit" input, and click the "calculate" button.
Enter a value in the "Fahrenheit" input, and click the "calculate" button.
It may take a few seconds for this button to become live; look for the
"Collecting nodes..." entry in the console log.