Skip to content

Commit 06b4907

Browse files
committed
chore: change comment
1 parent d538145 commit 06b4907

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ The more details behavior when you use loader like [@babel/register](https://bab
136136
- Compile `api.js` by babe;
137137
- > `{ ok: true }`
138138
139-
140139
## Limitation
141140

142141
### Avoid to use non-path router

src/express-lazy-router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function createLazyRouter(options: createLazyLoaderOptions = {}) {
4343
if (loadedRouter) {
4444
return loadedRouter(req, res, next);
4545
} else {
46-
// first request handler
46+
// request handler at first time
4747
resolveResolver()
4848
.then(() => {
4949
return loadedRouter(req, res, next);

0 commit comments

Comments
 (0)