mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 00:23:54 +00:00
docs: fix typo (#3544)
* docs: fix typo transtion -> transition * docs: fix more typos Imperitive -> Imperative persitence -> persistence specificy -> specify Imperitive -> Imperative Signed-off-by: Hollow Man <hollowman@hollowman.ml> Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov> Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
parent
db3cfd33af
commit
95d30f75ac
@ -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)
|
||||
|
@ -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
|
||||
<script>
|
||||
// can configure from object
|
||||
var myApp = new OpenMCTWeb({
|
||||
persitence: {
|
||||
persistence: {
|
||||
providers: [
|
||||
{
|
||||
type: 'elastic',
|
||||
|
Loading…
x
Reference in New Issue
Block a user