From 9fc925548c68689b0fd4794bc448dc305f3fee28 Mon Sep 17 00:00:00 2001 From: Nurav Labs <110164528+nuravlabs@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:46:01 +0530 Subject: [PATCH] Update components.rst fixed typo --- server/components.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/components.rst b/server/components.rst index 78b8c23f..c6244068 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`