Skip to content

Commit 2962ed9

Browse files
Ikko Eltociear Ashiminermorshea
Ikko Eltociear Ashimine
andauthoredJun 10, 2023
docs: fix typo in distributing-javascript.rst (#1028)
creat -> create Co-authored-by: Ryan Morshead <[email protected]>
1 parent e7a6b5b commit 2962ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/source/guides/escape-hatches/distributing-javascript.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ we need to declare what our build tool is (in this case Setuptools):
201201
requires = ["setuptools>=40.8.0", "wheel"]
202202
build-backend = "setuptools.build_meta"
203203
204-
Then, we can creat the ``setup.py`` file which uses Setuptools. This will differ
204+
Then, we can create the ``setup.py`` file which uses Setuptools. This will differ
205205
substantially from a normal ``setup.py`` file since, as part of the build process we'll
206206
need to use NPM to bundle our Javascript. This requires customizing some of the build
207207
commands in Setuptools like ``build``, ``sdist``, and ``develop``:

0 commit comments

Comments
 (0)
Please sign in to comment.