mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix spelling error of 'reference'
This commit is contained in:
parent
ca2e710744
commit
560f1b1f33
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ uiModules.get('kibana')
|
|||
function instantiate(prov, locals) {
|
||||
if (~privPath.indexOf(prov)) {
|
||||
throw new Error(
|
||||
'Circular refrence to "' + name(prov) + '"' +
|
||||
'Circular reference to "' + name(prov) + '"' +
|
||||
' found while resolving private deps: ' + pathToString()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue