Skip to content
Snippets Groups Projects
Unverified Commit eb31e314 authored by Mike Greiling's avatar Mike Greiling
Browse files

fix spelling ("outter" -> "outer")

parent 97153e7f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -65,7 +65,7 @@
},
 
computed: {
outterViewBox() {
outerViewBox() {
return `0 0 ${this.baseGraphWidth} ${this.baseGraphHeight}`;
},
 
Loading
Loading
@@ -213,7 +213,7 @@
class="prometheus-svg-container"
:style="paddingBottomRootSvg">
<svg
:viewBox="outterViewBox"
:viewBox="outerViewBox"
ref="baseSvg">
<g
class="x-axis"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment