From de136b7e038db6552d44f6617ee85a00a5ae4e8d Mon Sep 17 00:00:00 2001 From: ReturnedTrue <58662983+ReturnedTrue@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:03:10 +0000 Subject: [PATCH] Update strict-mode.md --- docs/api/strict-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/strict-mode.md b/docs/api/strict-mode.md index 958672e..a7fca48 100644 --- a/docs/api/strict-mode.md +++ b/docs/api/strict-mode.md @@ -33,6 +33,6 @@ As well as additional safety checks, Vide will dedicate extra resources to recording and better emitting stack traces where errors occur, particularly when binding properties to sources. -It is recommend to develop UI with strict mode and to disable it when pushing to +It is recommended to develop UI with strict mode and to disable it when pushing to production. In Roblox, production code compiles at O2 by default, so you don't need to worry about disabling strict mode unless you have manually enabled it.