Skip to content

Commit

Permalink
校对后,修改错别字 (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: wang55www <[email protected]>
  • Loading branch information
wang55www and wang55www authored Dec 26, 2023
1 parent b334e3c commit 007e97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh/blog/code/mosn-startup/v1.6.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: MOSN 源码解析基于v1.6.0版本

## MOSN 启动入口

MOSN 利用 cli 组件 (github.com/urfave/cli)来实现命令行的控制。制动之后默认执行 cmdStart 命令,之后就进入下面的启动逻辑。
MOSN 利用 cli 组件 (github.com/urfave/cli)来实现命令行的控制。启动之后默认执行 cmdStart 命令,之后就进入下面的启动逻辑。

在 control.go 文件中 _cmdStart.Action_ 方法是整个 MOSN 启动的入口方法。首先调用 _NewMosn()_ 这个方法只是返回了一个空的 _Mosn_ 对象,该对象代表着 _Mosn_ 应用,该对象定义如下:

Expand Down

0 comments on commit 007e97d

Please sign in to comment.