diff --git a/interface/src/ui/overlays/Circle3DOverlay.cpp b/interface/src/ui/overlays/Circle3DOverlay.cpp
index 5e38f28a06..33f40f7c63 100644
--- a/interface/src/ui/overlays/Circle3DOverlay.cpp
+++ b/interface/src/ui/overlays/Circle3DOverlay.cpp
@@ -425,10 +425,10 @@ void Circle3DOverlay::setProperties(const QVariantMap& properties) {
* Write-only.
* @property {Color} outerColor - Sets the values of outerStartColor
and outerEndColor
.
* Write-only.
- * @property {Color} innerStartcolor - The color at the inner start point of the overlay. Write-only.
- * @property {Color} innerEndColor - The color at the inner end point of the overlay. Write-only.
- * @property {Color} outerStartColor - The color at the outer start point of the overlay. Write-only.
- * @property {Color} outerEndColor - The color at the outer end point of the overlay. Write-only.
+ * @property {Color} innerStartcolor - The color at the inner start point of the overlay.
+ * @property {Color} innerEndColor - The color at the inner end point of the overlay.
+ * @property {Color} outerStartColor - The color at the outer start point of the overlay.
+ * @property {Color} outerEndColor - The color at the outer end point of the overlay.
* @property {number} alpha=0.5 - The opacity of the overlay, 0.0
- 1.0
. Setting this value also sets
* the values of innerStartAlpha
, innerEndAlpha
, outerStartAlpha
, and
* outerEndAlpha
. Synonym: Alpha
; write-only.
@@ -440,10 +440,10 @@ void Circle3DOverlay::setProperties(const QVariantMap& properties) {
* Write-only.
* @property {number} outerAlpha - Sets the values of outerStartAlpha
and outerEndAlpha
.
* Write-only.
- * @property {number} innerStartAlpha=0 - The alpha at the inner start point of the overlay. Write-only.
- * @property {number} innerEndAlpha=0 - The alpha at the inner end point of the overlay. Write-only.
- * @property {number} outerStartAlpha=0 - The alpha at the outer start point of the overlay. Write-only.
- * @property {number} outerEndAlpha=0 - The alpha at the outer end point of the overlay. Write-only.
+ * @property {number} innerStartAlpha=0 - The alpha at the inner start point of the overlay.
+ * @property {number} innerEndAlpha=0 - The alpha at the inner end point of the overlay.
+ * @property {number} outerStartAlpha=0 - The alpha at the outer start point of the overlay.
+ * @property {number} outerEndAlpha=0 - The alpha at the outer end point of the overlay.
* @property {boolean} hasTickMarks=false - If true
, tick marks are drawn.
* @property {number} majorTickMarksAngle=0 - The angle between major tick marks, in degrees.