ソースを参照

Merge pull request #9878 from talanc/patch-2

Minor typo
David Catuhe 4 年 前
コミット
baf40372cb
1 ファイル変更2 行追加2 行削除
  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.
  * 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 config the configuration object that will extend the object
  */
@@ -55,4 +55,4 @@ export function extendClassWithConfig(object: any, config: any) {
             }
         }
     });
-}
+}