Skip to content

Commit da72d3b

Browse files
style: fixed typo
Co-authored-by: Jonasz <jonaszwiacek@gmail.com>
1 parent 7f181f1 commit da72d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loaders/express.loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class ExpressLoader extends AbstractLoader {
7575
)
7676

7777
// in other case if there is no corsIndex we go after expressInit, because right after that
78-
// there are nest endopoints.
78+
// there are nest endpoints.
7979
const expressInitIndex = app._router.stack.findIndex(
8080
(layer: { name: string }) => layer.name === 'expressInit',
8181
)

0 commit comments

Comments
 (0)