From b2bee697d314110f1284389c4c25fd7748aaf1f0 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Mon, 26 Sep 2022 13:12:13 -0700 Subject: [PATCH] docs: fix tiny typo in "Platform Overview" --- source/developers/concepts/platform_overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/concepts/platform_overview.rst b/source/developers/concepts/platform_overview.rst index 03a395c58..cffef1b81 100644 --- a/source/developers/concepts/platform_overview.rst +++ b/source/developers/concepts/platform_overview.rst @@ -69,7 +69,7 @@ Template`_ based rendering pipelines to serve frontend content to users. .. note:: - An exception to the expception. In edx-platform rather than using the + An exception to the exception. In edx-platform rather than using the default Django templates, django is setup to use `Mako`_ based templates. .. _Django: https://www.djangoproject.com/