Skip to content

Commit 22cc29e

Browse files
Merge pull request #15378 from jochongs/fix/typo
docs: fix typo
2 parents 138577e + a3621f8 commit 22cc29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/services/console-logger.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export interface ConsoleLoggerOptions {
7171
*/
7272
sorted?: boolean | ((a: string, b: string) => number);
7373
/**
74-
* Specifies the number of times to recurse while formatting object. T
74+
* Specifies the number of times to recurse while formatting object.
7575
* This is useful for inspecting large objects. To recurse up to the maximum call stack size pass Infinity or null.
7676
* Ignored when `json` is enabled, colors are disabled, and `compact` is set to true as it produces a parseable JSON output.
7777
* @default 5

0 commit comments

Comments
 (0)