From a34239ba27da61e6ec4dee9c1f954a72b07661a1 Mon Sep 17 00:00:00 2001 From: seungwubaek Date: Fri, 23 Jul 2021 13:18:41 +0900 Subject: [PATCH] Fix typo --- options/startup/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/startup/index.rst b/options/startup/index.rst index 8713fca8..33ba10d4 100644 --- a/options/startup/index.rst +++ b/options/startup/index.rst @@ -24,7 +24,7 @@ saved as :attr:`MathJax.config`, and other properties are added to :data:`MathJax` depending on the components that get loaded. For example, the `startup` component adds :meth:`MathJax.startup`, which contains the objects that the `startup` module creates, like the input -and output jax, the math ocument object, the DOM adaptor, and so on. +and output jax, the math document object, the DOM adaptor, and so on. See the :ref:`MathJax API ` documentation for more information.