Skip to content

Commit 5c1fffc

Browse files
Update packages/telemetry/browser-telemetry/src/stack/StackParser.ts
Co-authored-by: Casey Waldren <[email protected]>
1 parent 06b30e7 commit 5c1fffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/telemetry/browser-telemetry/src/stack/StackParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface TrimOptions {
3838
maxLength: number;
3939

4040
/**
41-
* If the line needs trimmed, then this is the number of character to retain before the
41+
* If the line needs to be trimmed, then this is the number of character to retain before the
4242
* originating character of the frame.
4343
*/
4444
beforeColumnCharacters: number;

0 commit comments

Comments
 (0)