diff --git a/packages/grafana-ui/src/components/Sparkline/Sparkline.test.tsx b/packages/grafana-ui/src/components/Sparkline/Sparkline.test.tsx index 2282d965a14..91f3d9945f3 100644 --- a/packages/grafana-ui/src/components/Sparkline/Sparkline.test.tsx +++ b/packages/grafana-ui/src/components/Sparkline/Sparkline.test.tsx @@ -28,7 +28,7 @@ describe('Sparkline', () => { ).not.toThrow(); }); - it('should ot throw an error if there is a single value', () => { + it('should not throw an error if there is a single value', () => { const sparkline: FieldSparkline = { x: { name: 'x', @@ -51,7 +51,7 @@ describe('Sparkline', () => { ).not.toThrow(); }); - it('should ot throw an error if there are no values', () => { + it('should not throw an error if there are no values', () => { const sparkline: FieldSparkline = { x: { name: 'x',