From 949c44a97f920f2dbd61bd7b897297e4d7725238 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 6 Jul 2021 14:00:48 +0200 Subject: [PATCH] docs: Fix confusing wording --- docs/docs/guides/DEVICES.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/DEVICES.mdx b/docs/docs/guides/DEVICES.mdx index fcd4bdc..663dbd1 100644 --- a/docs/docs/guides/DEVICES.mdx +++ b/docs/docs/guides/DEVICES.mdx @@ -102,7 +102,7 @@ function App() { Camera devices provide the [`supportsParallelVideoProcessing` property](/docs/api/interfaces/cameradevice.cameradevice-1#supportsparallelvideoprocessing) which determines whether the device supports using Video Recordings (`video={true}`) and Frame Processors (`frameProcessor={...}`) at the same time. -If this property is `false`, you can only enable `video` or add a `frameProcessor`, but not both. +If this property is `false`, you can either enable `video` or add a `frameProcessor`, but not both. * On iOS this value is always `true`. * On newer Android devices this value is always `true`.