Skip to content

Commit

Permalink
test(vx-brush): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff authored Aug 20, 2020
1 parent b864aaf commit 8af6aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vx-brush/test/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('scaleInvert()', () => {
expect(result).toEqual(scale.invert(value));
});

test('it should return the index of domain itmem for scales without invert (like band)', () => {
test('it should return the index of domain item for scales without invert (like band)', () => {
const scale = createScale({
type: 'band',
domain: ['a', 'b', 'c'],
Expand Down

0 comments on commit 8af6aa5

Please sign in to comment.