Skip to content

Commit 571d753

Browse files
committed
refine language around component template repo
1 parent c052d54 commit 571d753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/javascript-components.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ For projects that will be shared with others we recommend bundling your Javascri
7777
`rollup <https://rollupjs.org/guide/en/>`__ or `webpack <https://webpack.js.org/>`__
7878
into a
7979
`web module <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules>`__
80-
by using IDOM's
80+
using IDOM's
8181
`template repository <https://github.com/idom-team/idom-react-component-cookiecutter>`__
82-
as a blueprint. Once you've done this, you can distribute bundled javascript in your
83-
Python package and integrate it into IDOM by defining
82+
as a blueprint to build a React component. Once you've done this, you can distribute
83+
bundled javascript in your Python package and integrate it into IDOM by defining
8484
:class:`~idom.client.module.Module` objects that load them from source:
8585

8686
.. code-block::

0 commit comments

Comments
 (0)