Browse Source

docs: fixed a sentence into bold (#1524)

Styx 6 năm trước cách đây
mục cha
commit
b58d3d6a64
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/zh/guide/strict.md

+ 1 - 1
docs/zh/guide/strict.md

@@ -13,7 +13,7 @@ const store = new Vuex.Store({
 
 ### 开发环境与发布环境
 
-**不要在发布环境下启用严格模式!**严格模式会深度监测状态树来检测不合规的状态变更——请确保在发布环境下关闭严格模式,以避免性能损失。
+**不要在发布环境下启用严格模式!** 严格模式会深度监测状态树来检测不合规的状态变更——请确保在发布环境下关闭严格模式,以避免性能损失。
 
 类似于插件,我们可以让构建工具来处理这种情况: