Skip to content

Commit 24f6af4

Browse files
ayuwonoMarkLogic Builder
authored andcommitted
fix typo from "seperator" to "separator"
1 parent 39561e3 commit 24f6af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/ui/app/components/flows-new/edit-flow/ingest/ui/ingest-ui.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<mat-select
3838
id="csv-separator-select"
3939
[(ngModel)]="this.step.fileLocations.separator"
40-
name="seperator"
40+
name="separator"
4141
(selectionChange)="onChange()"
4242
>
4343
<mat-option

0 commit comments

Comments
 (0)