Skip to content

Commit

Permalink
fix: typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Sep 13, 2020
1 parent 200f457 commit 6d23d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-express/src/express.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class ExpressPlugin extends BasePlugin<typeof express> {
}
const result = original.apply(this, arguments);
/**
* As this point if the callback wasn't called, that means either the
* At this point if the callback wasn't called, that means either the
* layer is asynchronous (so it will call the callback later on) or that
* the layer directly end the http response, so we'll hook into the "finish"
* event to handle the later case.
Expand Down

0 comments on commit 6d23d61

Please sign in to comment.