From 49d06f7799039fa6df61caf48deb914c83ca26fa Mon Sep 17 00:00:00 2001 From: Chris Denman Date: Tue, 19 Aug 2025 10:36:42 +0100 Subject: [PATCH] Fixing ungrammatical usage of 'comprised of'. --- Group-Video/OpenVideoCall-Web/guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Group-Video/OpenVideoCall-Web/guide.md b/Group-Video/OpenVideoCall-Web/guide.md index 0d31b80a..4440b030 100644 --- a/Group-Video/OpenVideoCall-Web/guide.md +++ b/Group-Video/OpenVideoCall-Web/guide.md @@ -136,7 +136,7 @@ Create the first part of the login section: #### Create the Login Type Menu -The Login type menu is comprised of two main sections: +The Login type menu comprises two main sections: * A basic login type menu within a `
` element whose ID is `baseModeDropdown`. * An advanced login type menu within a `
` element whose ID is `advanceProfileDropdown`. @@ -162,7 +162,7 @@ The Login type menu is comprised of two main sections: ##### Create the Basic Login Type Menu -The basic login type dropdown menu is comprised of: +The basic login type dropdown menu is composed of: - A menu selector within a `div` element whose class is `dropdown-trigger`. - Menu options within a `div` element whose class is `dropdown-menu` and whose ID is `baseModeOptions`. @@ -230,7 +230,7 @@ Property|Value|Description ##### Create the Advanced Login Type Menu -The advanced login type dropdown menu is comprised of: +The advanced login type dropdown menu is composed of: - The menu selector defined within the `div` element whose class is `dropdown-trigger`. - The menu options defined within the `div` element whose class is `dropdown-menu` and whose ID is `advancedOptions`.