mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
public: fix codespell issues
This commit is contained in:
@@ -2,7 +2,7 @@ import { AdhocVariable } from '../adhoc_variable';
|
||||
|
||||
describe('AdhocVariable', function() {
|
||||
describe('when serializing to url', function() {
|
||||
it('should set return key value and op seperated by pipe', function() {
|
||||
it('should set return key value and op separated by pipe', function() {
|
||||
var variable = new AdhocVariable({
|
||||
filters: [
|
||||
{ key: 'key1', operator: '=', value: 'value1' },
|
||||
|
||||
@@ -282,7 +282,7 @@ describe('templateSrv', function() {
|
||||
});
|
||||
});
|
||||
|
||||
describe('can hightlight variables in string', function() {
|
||||
describe('can highlight variables in string', function() {
|
||||
beforeEach(function() {
|
||||
initTemplateSrv([{ type: 'query', name: 'test', current: { value: 'oogle' } }]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user