From cb06fe18646956b2ceffedee4b2c95e93d4119bc Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Thu, 19 Feb 2026 16:58:53 -0500 Subject: [PATCH] fix: minor typo in ADR --- docs/decisions/0021-openedx-core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/decisions/0021-openedx-core.rst b/docs/decisions/0021-openedx-core.rst index 63b1d98b..68442556 100644 --- a/docs/decisions/0021-openedx-core.rst +++ b/docs/decisions/0021-openedx-core.rst @@ -8,7 +8,7 @@ When this repo was created, it was intended to only encompass learning concepts. Over time, we realized that we actually needed to start by developing write-optimized CMS-friendly models, many of which are ideal to be also be used in LMS. We ended up with an "Authoring API" which powered the Studio-only Content Libraries feature. -Now, we are working on CBE, Pathways, and Catalog-realted features in this repo. There's also still a Tagging API in this repo. So, the scope of Learning Core has increased, although it still makes sense to develop these important foundational, stable packages together in one core repository. +Now, we are working on CBE, Pathways, and Catalog-related features in this repo. There's also still a Tagging API in this repo. So, the scope of Learning Core has increased, although it still makes sense to develop these important foundational, stable packages together in one core repository. Decision --------