Skip to content

Commit

Permalink
fix: word error
Browse files Browse the repository at this point in the history
  • Loading branch information
myywlc authored Sep 10, 2020
1 parent 2c45db4 commit b011bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/built_in/middlewares/daruk_request_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { defineMiddleware } from '../../decorators';
import { MiddlewareClass } from '../../typings/daruk';

@defineMiddleware('daruk_request_id')
class DarukRquestId implements MiddlewareClass {
class DarukRequestId implements MiddlewareClass {
public initMiddleware(daruk: Daruk) {
return xRequestId(daruk.options.requestId, daruk.app);
}
Expand Down

0 comments on commit b011bd0

Please sign in to comment.