Skip to content

Commit

Permalink
Update 06-configuration.zh.mdx
Browse files Browse the repository at this point in the history
fix immediately invoked function expression
  • Loading branch information
weibaohui authored Sep 30, 2024
1 parent 829aa55 commit f283e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/06-configuration.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 111,7 @@ title: 06 配置
msg.head.path,
)?.next?.()
) => (
))
))()
)
)
```
Expand All @@ -131,7 131,7 @@ title: 06 配置
)
) => (
_target = services[s]?.next?.()
))
))()
)
)
```
Expand Down

0 comments on commit f283e5e

Please sign in to comment.