Skip to content

Commit b58d3d6

Browse files
Styx11ktsn
authored andcommitted
docs: fixed a sentence into bold (#1524)
1 parent 120cec0 commit b58d3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/strict.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const store = new Vuex.Store({
1313

1414
### 开发环境与发布环境
1515

16-
**不要在发布环境下启用严格模式!**严格模式会深度监测状态树来检测不合规的状态变更——请确保在发布环境下关闭严格模式,以避免性能损失。
16+
**不要在发布环境下启用严格模式!** 严格模式会深度监测状态树来检测不合规的状态变更——请确保在发布环境下关闭严格模式,以避免性能损失。
1717

1818
类似于插件,我们可以让构建工具来处理这种情况:
1919

0 commit comments

Comments
 (0)