From f942b7aeda22f4dabd82b72ae21cdd96c93113ac Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Tue, 21 Aug 2018 09:33:26 -0400 Subject: [PATCH 1/2] fix: typo --- text/0000-module-unification-namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-module-unification-namespaces.md b/text/0000-module-unification-namespaces.md index 0e1278b7a0..4a86e58015 100644 --- a/text/0000-module-unification-namespaces.md +++ b/text/0000-module-unification-namespaces.md @@ -599,7 +599,7 @@ are available: * The addon author can use a post-install generator to re-export their component into the app's package scope, making it act like any other component or helper in the app. This is effective but not very upgrade-friendly, as the app and - not the addon decide what will be makde global. + not the addon decide what will be make global. * The addon author can use a broccoli transform to add their re-export to the applications `src/` tree. This technique would be better, but is clumsy to implement and makes writing good tempalate tooling impossible. From cb84f74d23a2a4731980bae32b06275d57cc1ce7 Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Mon, 3 Sep 2018 13:28:05 -0400 Subject: [PATCH 2/2] Update 0000-module-unification-namespaces.md --- text/0000-module-unification-namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-module-unification-namespaces.md b/text/0000-module-unification-namespaces.md index 4a86e58015..994a552daa 100644 --- a/text/0000-module-unification-namespaces.md +++ b/text/0000-module-unification-namespaces.md @@ -599,7 +599,7 @@ are available: * The addon author can use a post-install generator to re-export their component into the app's package scope, making it act like any other component or helper in the app. This is effective but not very upgrade-friendly, as the app and - not the addon decide what will be make global. + not the addon decide what will be made global. * The addon author can use a broccoli transform to add their re-export to the applications `src/` tree. This technique would be better, but is clumsy to implement and makes writing good tempalate tooling impossible.