Skip to content

Commit 2134993

Browse files
committed
docs: modify skip doc
1 parent 15ed34a commit 2134993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ interface projects {
106106
/**
107107
* Whether to skip starting the current sub-project. The default value is `false`, typically used to skip sub-projects that don't need to be started.
108108
* When the value is `prune`, the specified project will be pruned, meaning that the project and all its direct and indirect dependencies will not be started by the plugin.
109-
* When the value is `true`, the current sub-project will be skipped from starting, but no pruning will be performed, meaning that the project's direct and indirect dependencies will still be started by the plugin.
109+
* When the value is `true`, the specified project will be skipped from starting, but no pruning will be performed, meaning that the project's direct and indirect dependencies will still be started by the plugin.
110110
*/
111111
skip?: boolean;
112112
}

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ interface Projects {
100100
/**
101101
* 是否跳过当前子项目的启动,默认值为 `false`,通常用于跳过一些不需要启动的子项目。
102102
* 当值为 `prune` 时,会从指定项目进行剪枝,这意味着该项目以及他的所有直接和间接依赖都不会被插件启动。
103-
* 当值为 `true` 时,会跳过当前子项目的启动,但不会进行剪枝,这意味着该项目的直接和间接依赖仍然会被插件启动。
103+
* 当值为 `true` 时,会跳过指定项目的启动,但不会进行剪枝,这意味着该项目的直接和间接依赖仍然会被插件启动。
104104
*/
105105
skip?: 'prune' | boolean;
106106
}

0 commit comments

Comments
 (0)