diff --git a/src/platform/packages/shared/kbn-es-query/src/utils.test.ts b/src/platform/packages/shared/kbn-es-query/src/utils.test.ts index 4e218bc32f290..e250286c9a1ee 100644 --- a/src/platform/packages/shared/kbn-es-query/src/utils.test.ts +++ b/src/platform/packages/shared/kbn-es-query/src/utils.test.ts @@ -31,7 +31,7 @@ describe('util tests', () => { expect(isCCSRemoteIndexName('*:logstash-{now/d-2d}')).toBe(true); }); - it('should not validate selctor with wildcard', () => { + it('should not validate selector with wildcard', () => { expect(isCCSRemoteIndexName('my-data-stream::*')).toBe(false); });