diff --git a/server/components.rst b/server/components.rst index 78b8c23..c624406 100644 --- a/server/components.rst +++ b/server/components.rst @@ -7,7 +7,7 @@ Using MathJax Components in Node **This page is still under construction.** It is possible to use MathJax in a `node` application in essentially -the same was that it is used in a browser. in particular, you can +the same way that it is used in a browser. In particular, you can load MathJax components and configure MathJax using a global :data:`MathJax` object and loading the :ref:`startup-component` component or a :ref:`combined component ` file @@ -15,7 +15,7 @@ via node's ``require()`` command. See the `MathJax node demos `__ for -examples of how to use MathJax from a `node` application. in +examples of how to use MathJax from a `node` application. In particular, see the `component-based examples `__ for illustrations of how to use MathJax components in a `node`