From 6b96832db6f2469bec3838f63f0d15240ea10461 Mon Sep 17 00:00:00 2001 From: Kalila L Date: Mon, 24 Aug 2020 18:44:23 -0400 Subject: [PATCH] Wording. --- libraries/entities/src/EntityItemProperties.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/entities/src/EntityItemProperties.cpp b/libraries/entities/src/EntityItemProperties.cpp index c1ca0478f8..77df4797f2 100644 --- a/libraries/entities/src/EntityItemProperties.cpp +++ b/libraries/entities/src/EntityItemProperties.cpp @@ -1385,8 +1385,8 @@ EntityPropertyFlags EntityItemProperties::getChangedProperties() const { * @property {boolean} showKeyboardFocusHighlight=true - true if the entity is highlighted when it has keyboard * focus, false if it isn't. * @property {boolean} useBackground=true - true if the web entity should have a background, - * false if the web entity's background should be transparent. The webpage must have CSS properties for transparency - * on the background-color set for this property to have an effect. + * false if the web entity's background should be transparent. The webpage must have CSS properties for transparency set + * on the background-color for this property to have an effect. * @example Create a Web entity displaying at 1920 x 1080 resolution. * var METERS_TO_INCHES = 39.3701; * var entity = Entities.addEntity({