From 9379d209b08a49a09241d4d9efd531047e05eb6c Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Fri, 21 Jul 2023 01:07:20 +0900 Subject: [PATCH] Update files/en-us/glossary/percent-encoding/index.md --- files/en-us/glossary/percent-encoding/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/glossary/percent-encoding/index.md b/files/en-us/glossary/percent-encoding/index.md index 3a79b5519eb2c4d..9d41deeddebb319 100644 --- a/files/en-us/glossary/percent-encoding/index.md +++ b/files/en-us/glossary/percent-encoding/index.md @@ -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