Skip to content

Commit 9a54d23

Browse files
Update files/en-us/web/uri/reference/schemes/data/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34a76c6 commit 9a54d23

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/uri/reference/schemes/data

1 file changed

+1
-1
lines changed

files/en-us/web/uri/reference/schemes/data/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A few examples:
3232
- `data:,Hello%2C%20World%21`
3333
- : The text/plain data `Hello, World!`. Note how the comma is {{Glossary("Percent-encoding", "percent-encoded")}} as `%2C`, and the space character as `%20`.
3434
- `data:text/plain,Hello%2C%20%57%6F%72%6C%64%21`
35-
- : The text/plain data `Hello, World!` that also has `World` escaped. Similar to {{jsxref("decodeURIComponent()")}}, it decodes all {{Glossary("Percent-encoding", "percent-encoded")}} characters, even if they don't have to be escaped.
35+
- : The text/plain data `Hello, World!` that also has `World` escaped. Similar to {{jsxref("decodeURIComponent()")}}, it decodes all {{Glossary("Percent-encoding", "percent-encoded")}} characters, even if they don't have to be escaped.
3636
- `data:text/plain;base64,SGVsbG8sIFdvcmxkIQ==`
3737
- : base64-encoded version of the above
3838
- `data:text/html,%3Ch1%3EHello%2C%20World%21%3C%2Fh1%3E`

0 commit comments

Comments
 (0)