From 0a80e2494978dde092e45648cecf49dbc8726a2f Mon Sep 17 00:00:00 2001
From: Ewan Cook <5237234+ewancook@users.noreply.github.com>
Date: Wed, 12 Sep 2018 15:58:35 +0100
Subject: [PATCH] refs #23499 fix weird triple s in necessary

---
 dev-docs/source/Widgets/Plotting.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-docs/source/Widgets/Plotting.rst b/dev-docs/source/Widgets/Plotting.rst
index 99a43aa8445..166ea10b77e 100644
--- a/dev-docs/source/Widgets/Plotting.rst
+++ b/dev-docs/source/Widgets/Plotting.rst
@@ -17,7 +17,7 @@ AxisChanger input boxes are automatically updated when the selected plot changes
 
 The design is such that the user has the ability to handle all matplotlib objects,
 whilst the plotting and axis changing is handled internally.
-For this reason, only functions that are *absolutely necesssary* should be exposed, as this maintains simplicity for the user of the wrapper.
+For this reason, only functions that are *absolutely necessary* should be exposed, as this maintains simplicity for the user of the wrapper.
 
 Functionality
 ^^^^^^^^^^^^^
@@ -78,7 +78,7 @@ Exposes required functions from ``plotting_view.py``.
         :raises KeyError: if the subplot name doesn't exist
         """
         return self.view.get_subplot(name)
-*Functions should only be exposed if they are necesssary for use with the plotting interface.*
+*Functions should only be exposed if they are necessary for use with the plotting interface.*
 
 Plotting View
 """""""""""""
-- 
GitLab