Skip to content

Commit ce6da06

Browse files
committed
example.html - fix spelling of "separated"
1 parent 7605abf commit ce6da06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
<textarea style="width: 100%; height: 200px;" id="tsv-input"></textarea>
8787
<label><input type="checkbox" id="has-headers" /> Use first line as headers</label>
8888
<select id="delimiter-marker">
89-
<option value="tab">Tab Seperated</option>
90-
<option value=",">Comma Seperated</option>
91-
<option value=";">Semicolon Seperated</option>
89+
<option value="tab">Tab Separated</option>
90+
<option value=",">Comma Separated</option>
91+
<option value=";">Semicolon Separated</option>
9292
</select>
9393
<select id="populate-data">
9494
<option>-- Populate With --</option>
@@ -101,4 +101,4 @@
101101
<hr>
102102
<textarea style="width: 100%; height: 200px;" id="table-output" readonly></textarea>
103103
</body>
104-
</html>
104+
</html>

0 commit comments

Comments
 (0)