mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Merge pull request #8650 from elastic/jasper/backport/8649/5.x
[backport] PR #8649 to 5.x - Fix spelling error of 'reference' in exception message
This commit is contained in:
commit
54cc00bfd6
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