diff --git a/user_guide_src/source/general/errors.rst b/user_guide_src/source/general/errors.rst index 87ce25fb75a8..2ba0fedd67be 100644 --- a/user_guide_src/source/general/errors.rst +++ b/user_guide_src/source/general/errors.rst @@ -19,7 +19,7 @@ Using Exceptions This section is a quick overview for newer programmers, or for developers who are not experienced with using exceptions. -What is Exceptions +What are Exceptions ------------------ Exceptions are simply events that happen when the exception is "thrown". This halts the current flow of the script, and