We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7605abf commit ce6da06Copy full SHA for ce6da06
example.html
@@ -86,9 +86,9 @@
86
<textarea style="width: 100%; height: 200px;" id="tsv-input"></textarea>
87
<label><input type="checkbox" id="has-headers" /> Use first line as headers</label>
88
<select id="delimiter-marker">
89
- <option value="tab">Tab Seperated</option>
90
- <option value=",">Comma Seperated</option>
91
- <option value=";">Semicolon Seperated</option>
+ <option value="tab">Tab Separated</option>
+ <option value=",">Comma Separated</option>
+ <option value=";">Semicolon Separated</option>
92
</select>
93
<select id="populate-data">
94
<option>-- Populate With --</option>
@@ -101,4 +101,4 @@
101
<hr>
102
<textarea style="width: 100%; height: 200px;" id="table-output" readonly></textarea>
103
</body>
104
-</html>
+</html>
0 commit comments