Skip to content

Commit 741a191

Browse files
authored
Merge pull request #2 from vizzdoom/codex/update-typos-in-index.html
Fix delimiter typos in UI
2 parents 031a972 + 7ec9604 commit 741a191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h3>Request Data</h3>
236236
</div>
237237
<!-- --param-del -->
238238
<div class="form-group" title="There are cases when default parameter delimiter (&) needs to be overwritten for sqlmap to be able to properly split and process each parameter separately (e.g. query=foobar;id=1 instead query=foobar&id=1).">
239-
<label class="form-label" for="paramDel">PARAMETER DELIMETER (--param-del)</label>
239+
<label class="form-label" for="paramDel">PARAMETER DELIMITER (--param-del)</label>
240240
<input type="text" id="paramDel" class="form-control" placeholder="&">
241241
</div>
242242
<!-- -r -->
@@ -320,7 +320,7 @@ <h3>Authentication</h3>
320320
</div>
321321
<!-- --cookie-del -->
322322
<div class="form-group" title="the HTTP Cookie header values are usually separated by a ; character, not by an &. Sqlmap can recognize these as separate sets of parameter=value too, as well as GET and POST parameters. In case that the separation character is other than ; it can be specified by using option --cookie-del">
323-
<label class="form-label" title="HTTP Cookie header value" for="cookieDel">COOKIE DELIMETER (--cookie-del)</label>
323+
<label class="form-label" title="HTTP Cookie header value" for="cookieDel">COOKIE DELIMITER (--cookie-del)</label>
324324
<input type="text" id="cookieDel" class="form-control" placeholder=";">
325325
</div>
326326
<!-- --live-cookies -->

0 commit comments

Comments
 (0)