Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed May 9, 2023
1 parent 5139732 commit 9bb240c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/logger/log-entry.ts
Expand Up @@ -457,7 +457,7 @@ export class ActionLog extends Log<ActionLogContext> {
showDuration = true

/**
* Create a new ActioLog instance. The new instance inherits the parent context.
* Create a new ActionLog instance. The new instance inherits the parent context.
*/
createLog(params: CreateLogParams = {}): ActionLog {
return new ActionLog(this.makeLogConfig(params))
Expand Down

0 comments on commit 9bb240c

Please sign in to comment.