From c07b2d0ec25946647f5659e96743438d24c41a0e Mon Sep 17 00:00:00 2001 From: David Joy Date: Thu, 4 Apr 2024 11:28:48 -0400 Subject: [PATCH] docs: Update oeps/architectural-decisions/oep-0065-frontend-composability.rst Co-authored-by: Adolfo R. Brandes --- .../architectural-decisions/oep-0065-frontend-composability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeps/architectural-decisions/oep-0065-frontend-composability.rst b/oeps/architectural-decisions/oep-0065-frontend-composability.rst index 6d3d6ed87..f426f9f55 100644 --- a/oeps/architectural-decisions/oep-0065-frontend-composability.rst +++ b/oeps/architectural-decisions/oep-0065-frontend-composability.rst @@ -104,7 +104,7 @@ Shared Libraries (Current Option #1) Because each MFE is siloed from each other - both in repositories and at runtime - our only viable mechanism for sharing code has historically been to extract it into a shared library that gets bundled with each at build time. This creates more repository/dependency overhead. -Frontend Plugins (Curent Option #2) +Frontend Plugins (Current Option #2) ----------------------------------- With the creation of the `frontend-plugin-framework `_, we're starting to have the capability to share components across MFEs as plugins, either at build time (direct plugins) or runtime (iframe plugins)