From 4196af856674b4c669bb244e494adf4dd05ac9dd Mon Sep 17 00:00:00 2001 From: Nadya Todorova <48494959+nade7o@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:35:44 +0300 Subject: [PATCH] Fix typo in webcam-getting-started.md --- controls/webcam/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/webcam/getting-started.md b/controls/webcam/getting-started.md index 24bb472a9..54ecad1a2 100644 --- a/controls/webcam/getting-started.md +++ b/controls/webcam/getting-started.md @@ -107,7 +107,7 @@ By default, the camera control will start automatically if a camera device is co ```` ````VB.NET - radWebCam1.AutoStart = Falses + radWebCam1.AutoStart = False ````