From d2dd9ca469c47aa2bdafb2c3d2d2efa3aa0a26db Mon Sep 17 00:00:00 2001 From: JulienBacquart <16917004+JulienBacquart@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:41:40 +0200 Subject: [PATCH] Fix typos in glossary.rst JavaScriot -> JavaScript --- docs/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/glossary.rst b/docs/glossary.rst index 3e4d2503..4dfce604 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -241,7 +241,7 @@ Glossary JavaScript Object Literal Notation *is* JavaScript source code. JSON is not. JSON is a way of encoding data into a text form that JavaScript is able to parse and - deserialize. Because Highcharts JS relies heavily on JavaScriot object literal + deserialize. Because Highcharts JS relies heavily on JavaScript object literal notation to support the definition of :term:`event handlers ` and :term:`callback functions `, **Highcharts for Python** is designed to serialize and deserialize Python representations to/from their JavaScript object @@ -254,7 +254,7 @@ Glossary :widths: 50 50 :header-rows: 1 - * - JavaScriot Object Literal Notation + * - JavaScript Object Literal Notation - JSON * - | .. code-block:: JavaScript