aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/file_handle_api
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-05 18:52:37 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-05 18:52:37 +0100
commit08a04d85393a0bb5721a17328df62c4915c487c5 (patch)
treeea226febdf775a158b9b110459697a090fdfbe8e /files/zh-cn/web/api/file_handle_api
parent7425818d30fbc66df26cedebc612e8e83a332c56 (diff)
downloadtranslated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.gz
translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.bz2
translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.zip
fix some macros for zh-cn
Diffstat (limited to 'files/zh-cn/web/api/file_handle_api')
-rw-r--r--files/zh-cn/web/api/file_handle_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/file_handle_api/index.html b/files/zh-cn/web/api/file_handle_api/index.html
index 84a22d51e6..d1ab4f5f24 100644
--- a/files/zh-cn/web/api/file_handle_api/index.html
+++ b/files/zh-cn/web/api/file_handle_api/index.html
@@ -24,7 +24,7 @@ translation_of: Web/API/File_Handle_API
<h3 id="创建文件句柄">创建文件句柄</h3>
-<p>因为目的是允许通过IndexedDB存储文件,所以创建{{domxref(“ FileHandle”)}}实例需要<a href="/en-US/docs/IndexedDB/IDBFactory#open" title="IndexedDB/IDBFactory#open">IndexedDB Database</a>。</p>
+<p>因为目的是允许通过IndexedDB存储文件,所以创建{{domxref("FileHandle")}}实例需要<a href="/en-US/docs/IndexedDB/IDBFactory#open" title="IndexedDB/IDBFactory#open">IndexedDB Database</a>。</p>
<div style="overflow: hidden;">
<pre class="brush: js notranslate">var IDBReq = indexedDB.open("myFileStorageDataBase");