Skip to content

Commit

Permalink
fix missing end quote in docs/transports.md (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng authored Oct 3, 2021
1 parent e8b5a27 commit 34ddfb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ exports default async function (options) {
return build(function (source) {
const myTransportStream = new Transform({
// Make sue autoDestroy is set,
// this is needed in Node v12 or when using the
// this is needed in Node v12 or when using the
// readable-stream module.
autoDestroy: true,

Expand Down Expand Up @@ -190,7 +190,7 @@ const logger = pino({
}, {
// Use target: 'pino/file' to write to stdout
// without any change.
target: 'pino-pretty
target: 'pino-pretty'
}]
}
})
Expand Down

0 comments on commit 34ddfb9

Please sign in to comment.