Selaa lähdekoodia

Merge pull request #9878 from talanc/patch-2

Minor typo
David Catuhe 4 vuotta sitten
vanhempi
commit
baf40372cb
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      Viewer/src/helper/index.ts

+ 2 - 2
Viewer/src/helper/index.ts

@@ -35,7 +35,7 @@ export function camelToKebab(str) {
 /**
 /**
  * This will extend an object with configuration values.
  * This will extend an object with configuration values.
  * What it practically does it take the keys from the configuration and set them on the object.
  * What it practically does it take the keys from the configuration and set them on the object.
- * I the configuration is a tree, it will traverse into the tree.
+ * If the configuration is a tree, it will traverse into the tree.
  * @param object the object to extend
  * @param object the object to extend
  * @param config the configuration object that will extend the object
  * @param config the configuration object that will extend the object
  */
  */
@@ -55,4 +55,4 @@ export function extendClassWithConfig(object: any, config: any) {
             }
             }
         }
         }
     });
     });
-}
+}