Chore: spelling - grafana-data (#24436)

This commit is contained in:
Josh Soref
2020-05-22 20:06:39 +02:00
committed by GitHub
parent 5f4526ca64
commit a5deabbe53
24 changed files with 33 additions and 33 deletions
@@ -21,7 +21,7 @@ describe('hex', () => {
});
describe('hex 0x', () => {
it('positive integeter', () => {
it('positive integer', () => {
const str = toHex0x(7999, 0);
expect(formattedValueToString(str)).toBe('0x1F3F');
});