8000 Merge pull request #96 from traveldwindling/main · em3ndez/pyscript@b7cae5b · GitHub
[go: up one dir, main page]

Skip to content

Commit b7cae5b

Browse files
authored
Merge pull request pyscript#96 from traveldwindling/main
Fix minor typo
2 parents b867371 + 5d45124 commit b7cae5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GETTING-STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pyscript.write('pi', f'π is approximately {pi:.3f}')
113113

114114
In addition to the [Python Standard Library](https://docs.python.org/3/library/) and
115115
the `pyscript` module, many 3rd-party OSS packages will work out-of-the-box with PyScript.
116-
In order to use them you will need to delcare the dependencies using the `<py-env>` in the
116+
In order to use them you will need to declare the dependencies using the `<py-env>` in the
117117
HTML head.
118118

119119
For example, NumPy and Matplotlib are available. Notice here we're using `<py-script output="plot">`

0 commit comments

Comments
 (0)
0