소스 검색

fix spelling

Sven Klemm 7 년 전
부모
커밋
02abda7d92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/app/core/components/sql_part/sql_part_editor.ts

+ 1 - 1
public/app/core/components/sql_part/sql_part_editor.ts

@@ -106,7 +106,7 @@ export function sqlPartEditorDirective($compile, templateSrv) {
                 return op.value;
               });
 
-              // add current value to dropdown if its not in dynamicOptions
+              // add current value to dropdown if it's not in dynamicOptions
               if (_.indexOf(dynamicOptions, part.params[paramIndex]) === -1) {
                 dynamicOptions.unshift(part.params[paramIndex]);
               }