Fix typo
This commit is contained in:
parent
0ace5f91c4
commit
9929f3bbad
|
@ -309,7 +309,7 @@ export const buildContextTree = (
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generates a lookup map of which content branch all components in a component
|
* Generates a lookup map of which context branch all components in a component
|
||||||
* tree are inside.
|
* tree are inside.
|
||||||
*/
|
*/
|
||||||
export const buildContextTreeLookupMap = rootComponent => {
|
export const buildContextTreeLookupMap = rootComponent => {
|
||||||
|
|
Loading…
Reference in New Issue