Skip to content

Commit

Permalink
refactor(logging): fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amarlankri committed Dec 6, 2023
1 parent 30a3469 commit 971ddf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logging-interceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ import { LoggingInterceptor } from '@algoan/nestjs-logging-interceptor';
requestHeader: {
password: true, // Mask the header 'password' in the request
authorization: (header: string | string[]) => {
... // Handle the header value to keep non sensitve data for instance
... // Handle the header value to keep non sensitive data for instance
}
},
},
Expand Down

0 comments on commit 971ddf0

Please sign in to comment.