Skip to content

Commit d11eeda

Browse files
Fix formatting issues in hooks_extension_framework.rst (#1406)
* Fix formatting issues in hooks_extension_framework.rst Fix the repetition of word "separation from the" in "The Framework vs Forking the Open edX Platform" sections table. * Fix formatting issues in hooks_extension_framework.rst * Fix formatting issues in hooks_extension_framework.rst * Fix formatting issues in hooks_extension_framework.rst
1 parent d666fa5 commit d11eeda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/developers/concepts/hooks_extension_framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The Hooks Extension Framework is designed to provide a stable and maintainable w
185185
| | - Easier to maintain long-term due to backward compatibility and versioning policies. | |
186186
| | - Easier to test due to more contained implementations. | |
187187
+--------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
188-
| **Disadvantages** | - Can increase complexity in debugging and maintenance because it adds more processing layers. | - Separation from the separation from the upstream project makes long-term maintenance challenging. |
188+
| **Disadvantages** | - Can increase complexity in debugging and maintenance because it adds more processing layers. | - Separation from the upstream project makes long-term maintenance challenging. |
189189
| | - Limited by existing events and filters available in the Open edX ecosystem, although new events and | - High maintenance burden for upgrades and compatibility. |
190190
| | filters can be proposed and added to the framework. | - Requires manual integration with the Open edX platform for each new release. |
191191
| | - Might increase complexity in plugins for highly customized features. | - Not being able to be reused by the community. |

0 commit comments

Comments
 (0)