diff --git a/docs/src/design/proposals/APIRedesign.md b/docs/src/design/proposals/APIRedesign.md index ea84201d0b..93098c3d7d 100644 --- a/docs/src/design/proposals/APIRedesign.md +++ b/docs/src/design/proposals/APIRedesign.md @@ -1124,7 +1124,7 @@ app.config(['actionRegistryProvider', function (arp) { ### Detriments * Slightly increases dependency on Angular; other dependency injectors - may not offer comparable ways to specificy dependencies non-globally. + may not offer comparable ways to specify dependencies non-globally. * Not clear (or will take effort to make clear) which dependencies are available for which extensions. Could be mitigated by standardizing descriptions of context across actions and views, but that may offer @@ -1250,7 +1250,7 @@ take. Should not be default behavior. Proposal | Consensus ------|------ -Imperitive component registries | [:+1:](https://github.com/nasa/openmctweb/issues/462) +Imperative component registries | [:+1:](https://github.com/nasa/openmctweb/issues/462) Get rid of "extension category" concept. | [:+1:](https://github.com/nasa/openmctweb/issues/462) Reduce number and depth of extension points | :+1: Composite services should not be the default | [:question:](https://github.com/nasa/openmctweb/issues/463) diff --git a/docs/src/design/proposals/APIRedesign_PeteRichards.md b/docs/src/design/proposals/APIRedesign_PeteRichards.md index 517d61cc50..6e3a94310f 100644 --- a/docs/src/design/proposals/APIRedesign_PeteRichards.md +++ b/docs/src/design/proposals/APIRedesign_PeteRichards.md @@ -3,7 +3,7 @@ **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Reducing interface depth (the bundle.json version)](#reducing-interface-depth-the-bundlejson-version) - - [Imperitive component registries](#imperative-component-registries) + - [Imperative component registries](#imperative-component-registries) - [Get rid of "extension category" concept.](#get-rid-of-extension-category-concept) - [Reduce number and depth of extension points](#reduce-number-and-depth-of-extension-points) - [Composite services should not be the default](#composite-services-should-not-be-the-default) @@ -145,7 +145,7 @@ Then, if we're using imperative methods for extending the application we can use