Merge pull request #96 from traveldwindling/main

Fix minor typo
This commit is contained in:
Fabio Pliger
2022-05-02 01:04:33 -05:00
committed by GitHub

View File

@@ -113,7 +113,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.
For example, NumPy and Matplotlib are available. Notice here we're using `<py-script output="plot">`