Captailize "Strict Mode" (#6426)

Summary of changes:
There is one "TypeScript strict mode" that is kept unchanged.

Co-authored-by: xuan.huang <xuan.huang@bytedance.com>
This commit is contained in:
Xuan Huang (黄玄)
2023-11-30 13:13:12 +08:00
committed by GitHub
parent 6570e6cd79
commit 943e3ce4e5

View File

@@ -95,7 +95,7 @@ Strict Mode enables the following checks in development:
---
### Enabling strict mode for a part of the app {/*enabling-strict-mode-for-a-part-of-the-app*/}
### Enabling Strict Mode for a part of the app {/*enabling-strict-mode-for-a-part-of-the-app*/}
You can also enable Strict Mode for any part of your application: