Skip to content

Commit

Permalink
Update files/en-us/glossary/percent-encoding/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Jul 20, 2023
1 parent 7914559 commit 9379d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/glossary/percent-encoding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Depending on the context, the character `' '` is translated to a `'+'` (like in

- Definition of [percent-encoding](https://en.wikipedia.org/wiki/Percent-encoding) in Wikipedia.
- {{RFC(3986)}}, section 2.1, where this encoding is defined.
- [`encodeURI`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI), [`encodeURIComponent`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent), functions to percent-encode strings
- [`encodeURI()`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI) and [`encodeURIComponent()`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent): functions to percent-encode URLs

0 comments on commit 9379d20

Please sign in to comment.