From 4758bea187601e38b3c8e35c482ba62e502d6b68 Mon Sep 17 00:00:00 2001 From: Ziheng Xun Date: Wed, 19 Jun 2024 21:06:08 +0800 Subject: [PATCH] docs: update sandbox.md (#754) --- docs/guide/directory-structure/entrypoints/sandbox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'], ]" />