mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Backport PR #8649
---------
**Commit 1:**
Fix spelling error of 'reference'
* Original sha: 560f1b1f33
* Authored by Nathan Cheek <nathan.cheek@gtri.gatech.edu> on 2016-10-13T00:12:06Z
This commit is contained in:
parent
df72ca5746
commit
a670db2123
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