diff --git a/plugins/node/opentelemetry-instrumentation-connect/test/utils.test.ts b/plugins/node/opentelemetry-instrumentation-connect/test/utils.test.ts index 9ab52f051c..b62d3d6ab8 100644 --- a/plugins/node/opentelemetry-instrumentation-connect/test/utils.test.ts +++ b/plugins/node/opentelemetry-instrumentation-connect/test/utils.test.ts @@ -83,7 +83,7 @@ describe('utils', () => { }); describe('generateRoute', () => { - it('should combine the stack and striped anu slash between layer', () => { + it('should combine the stack and striped any slash between layer', () => { const fakeRequest = { [_LAYERS_STORE_PROPERTY]: ['/first/', '/second', '/third/'], } as PatchedRequest;