mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #8649 from nathancheek/master
Fix spelling error of 'reference'
This commit is contained in:
commit
ab5f6cbd31
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