From 1e90380087832b2343b61b850253d0873a849654 Mon Sep 17 00:00:00 2001 From: Surav Shrestha <98219089+suravshresth@users.noreply.github.com> Date: Thu, 19 Oct 2023 04:55:29 +0545 Subject: [PATCH] Fix typo in examples/book_translation/translate_latex_book.ipynb (#798) --- examples/book_translation/translate_latex_book.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/book_translation/translate_latex_book.ipynb b/examples/book_translation/translate_latex_book.ipynb index 8f7a8cc3da..efa8430546 100644 --- a/examples/book_translation/translate_latex_book.ipynb +++ b/examples/book_translation/translate_latex_book.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Translate a book writen in LaTeX from Slovenian into English\n", + "# Translate a book written in LaTeX from Slovenian into English\n", "\n", "With permission of the author, we will demonstrate how to translate the book [Euclidean Plane Geometry](https://sites.google.com/site/projektivna/), written by Milan Mitrović from Slovenian into English, without modifying any of the LaTeX commands.\n", "\n",