Skip to content

Commit a6e8e03

Browse files
committed
Fix typo
1 parent 923f17d commit a6e8e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/angular-csv-import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ csvImport.directive('ngCsvImport', function() {
3535
'<md-switch class="ng-csv-import-header-switch" ng-model="header"></md-switch>') +
3636
'<div ng-show="encodingVisible"><div class="label">Encoding</div><span>{{encoding}}</span></div>'+
3737
'<div ng-show="separatorVisible">'+
38-
'<div class="label">Seperator</div>'+
38+
'<div class="label">Separator</div>'+
3939
'<span><input class="separator-input ' + (material ? '_md md-input' : '') + ' " type="text" ng-change="changeSeparator" ng-model="separator"><span>'+
4040
'</div>'+
4141
'<div>' +

0 commit comments

Comments
 (0)