mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 18:16:53 -04:00
Fixed some typos
This commit is contained in:
parent
7971ea6c9d
commit
df6a60a44a
31 changed files with 36 additions and 36 deletions
|
@ -49,7 +49,7 @@ class URLEncode extends Operation {
|
|||
* @returns {string}
|
||||
*/
|
||||
encodeAllChars (str) {
|
||||
// TODO Do this programatically
|
||||
// TODO Do this programmatically
|
||||
return encodeURIComponent(str)
|
||||
.replace(/!/g, "%21")
|
||||
.replace(/#/g, "%23")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue