Skip to content

Commit 46a825a

Browse files
authored
docs: another adr typo
1 parent 239d511 commit 46a825a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/decisions/0021-openedx-core.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Rejected alternatives
5353

5454
* A combined top level Python package with nested apps: ``openedx_core.content.api``, ``openedx_core.cbe.api``, etc.
5555

56-
* This would make it harder to split apps out into separate repos, later because it would involve either (a) updating all the import statements or (b) having the ``openedx_core`` namespace split across multiple repos. We'd like to remain flexible with code reorganization given the fast-moving and experimental nature of these projects.
56+
* This would make it harder to split apps out into separate repos later, because it would involve either (a) updating all the import statements or (b) having the ``openedx_core`` namespace split across multiple repos. We'd like to remain flexible with code reorganization given the fast-moving and experimental nature of these projects.

0 commit comments

Comments
 (0)