diff --git a/docs/guide/directory-structure/entrypoints/sandbox.md b/docs/guide/directory-structure/entrypoints/sandbox.md index 19a6db0d..886c64dc 100644 --- a/docs/guide/directory-structure/entrypoints/sandbox.md +++ b/docs/guide/directory-structure/entrypoints/sandbox.md @@ -12,8 +12,8 @@ Firefox does not support sandboxed pages. :patterns="[ ['sandbox.html', 'sandbox.html'], ['sandbox/index.html', 'sandbox.html'], - ['.sandbox.html', '.html` '], - ['.sandbox/index.html', '.html` '], + ['.sandbox.html', '.html'], + ['.sandbox/index.html', '.html'], ]" />