Skip to content

Commit 88164c4

Browse files
committed
chore(redis): test commit
1 parent f471b7d commit 88164c4

File tree

1 file changed

+1
-1
lines changed
  • packages/instrumentation-redis/src

1 file changed

+1
-1
lines changed

packages/instrumentation-redis/src/redis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const DEFAULT_CONFIG: RedisInstrumentationConfig = {
2525
requireParentSpan: false,
2626
};
2727

28-
// Wrapper RedisInstrumentation that address all supported versions
28+
// Wrapper RedisInstrumentation that address all supported versions
2929
export class RedisInstrumentation extends InstrumentationBase<RedisInstrumentationConfig> {
3030
private instrumentationV2_V3: RedisInstrumentationV2_V3;
3131
private instrumentationV4_V5: RedisInstrumentationV4_V5;

0 commit comments

Comments
 (0)