diff --git a/docs/en_us/course_authors/source/advanced_problems.rst b/docs/en_us/course_authors/source/advanced_problems.rst index c289141242..c3d07f415c 100644 --- a/docs/en_us/course_authors/source/advanced_problems.rst +++ b/docs/en_us/course_authors/source/advanced_problems.rst @@ -423,6 +423,6 @@ To create a problem written in LaTeX: #. In the component editor that appears, click **Edit**. #. In the lower left corner of the component editor, click **Launch LaTeX Source Compiler**. -#. Replace the example code with your own code. You can also upload a Latex file into the editor from your computer by clicking **Upload** in the bottomn right corner. +#. Replace the example code with your own code. You can also upload a Latex file into the editor from your computer by clicking **Upload** in the bottom right corner. #. In the lower left corner of the LaTeX source compiler, click **Save & Compile to edX XML**. \ No newline at end of file diff --git a/docs/en_us/course_authors/source/create_html_component.rst b/docs/en_us/course_authors/source/create_html_component.rst index b7f3a25968..0ea53d24fe 100644 --- a/docs/en_us/course_authors/source/create_html_component.rst +++ b/docs/en_us/course_authors/source/create_html_component.rst @@ -282,7 +282,7 @@ To create an HTML component that contains LaTeX code: .. image:: Images/HTML_LaTeXEditor.gif :alt: Image of the HTML component editor with the Latex compiler. -#. Write Latex code as needed. You can also upload a Latex file into the editor from your computer by clicking **Upload** in the bottomn right corner. +#. Write Latex code as needed. You can also upload a Latex file into the editor from your computer by clicking **Upload** in the bottom right corner. #. When you have written or uploaded the Latex code you need, click **Save & Compile to edX XML** in the lower-left corner.