From 5d45124504ba3d715e0add9dbc23775689432558 Mon Sep 17 00:00:00 2001 From: traveldwindling Date: Sun, 1 May 2022 12:01:58 -0400 Subject: [PATCH] Fix minor typo --- GETTING-STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md index c48b1b81..ade8b557 100644 --- a/GETTING-STARTED.md +++ b/GETTING-STARTED.md @@ -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 `` in the +In order to use them you will need to declare the dependencies using the `` in the HTML head. For example, NumPy and Matplotlib are available. Notice here we're using ``