Skip to content

Commit

Permalink
Update 06-configuration.mdx
Browse files Browse the repository at this point in the history
immediately invoked function expression
  • Loading branch information
weibaohui authored Sep 30, 2024
1 parent f283e5e commit 1b0dea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/06-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ As mentioned in [Global variables](/tutorial/04-routing/#global-variables) from
msg.head.path,
)?.next?.()
+ ) => (
+ ))
+ ))()
)
)
```
Expand All @@ -131,7 +131,7 @@ Next, we change `_target` to a new local variable `s`, and move `_target`, toget
+ )
) => (
+ _target = services[s]?.next?.()
))
))()
)
)
```
Expand Down

0 comments on commit 1b0dea2

Please sign in to comment.