diff --git a/libraries/entities/src/EntityTypes.h b/libraries/entities/src/EntityTypes.h
index 55ad2d9561..8fdc752cac 100644
--- a/libraries/entities/src/EntityTypes.h
+++ b/libraries/entities/src/EntityTypes.h
@@ -59,13 +59,13 @@ public:
* "Sphere"
. If an entity of type Box
or Shape
has its shape
set
* to "Sphere"
then its type
will be reported as "Sphere"
.
*
{@link Entities.EntityProperties-Sphere|EntityProperties-Sphere} |
- * "Model" | A mesh model from an FBX or OBJ file. |
+ *
"Model" | A mesh model from a glTf, FBX, or OBJ file. |
* {@link Entities.EntityProperties-Model|EntityProperties-Model} |
* "Text" | A pane of text oriented in space. |
* {@link Entities.EntityProperties-Text|EntityProperties-Text} |
* "Image" | An image oriented in space. |
* {@link Entities.EntityProperties-Image|EntityProperties-Image} |
- * "Web" | A browsable Web page. |
+ *
"Web" | A browsable web page. |
* {@link Entities.EntityProperties-Web|EntityProperties-Web} |
* "ParticleEffect" | A particle system that can be used to simulate things such as fire,
* smoke, snow, magic spells, etc. |