diff --git a/src/components/gltf-model-plus.js b/src/components/gltf-model-plus.js
index 0d9d554176e4a3aa6c61b3763bd053dd0a8b29f1..55d62b10e997a943d39c6e593cb35256c67b0e6c 100644
--- a/src/components/gltf-model-plus.js
+++ b/src/components/gltf-model-plus.js
@@ -195,7 +195,7 @@ function cachedLoadGLTF(src, preferredTechnique, onProgress) {
 }
 
 /**
- * Loads a GLTF model, optionally recursively "inflates" the child nodes of a model into a-entities and sets 
+ * Loads a GLTF model, optionally recursively "inflates" the child nodes of a model into a-entities and sets
  * whitelisted components on them if defined in the node's extras.
  * @namespace gltf
  * @component gltf-model-plus