Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 7603617

Browse files
author
Vincent (Wen Yu) Ge
committed
remove ` from the storage file
1 parent fe4e7e3 commit 7603617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/docs/storage.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757

5858
<h2><a href="/docs/storage#createFile" id="createFile">Create File</a></h2>
5959

60-
<p>After you create a bucket or have navigated to bucket details, you can access the `Files` tab so you can upload, view, delete and update files in the bucket using the Appwrite project's dashboard. You can also perform all those operations from Appwrite's client SDK, server SDKs, and REST APIs as long as you have the proper permission.</p>
60+
<p>After you create a bucket or have navigated to bucket details, you can access the <b>Files</b> tab so you can upload, view, delete and update files in the bucket using the Appwrite project's dashboard. You can also perform all those operations from Appwrite's client SDK, server SDKs, and REST APIs as long as you have the proper permission.</p>
6161

62-
<p>When you are in the `Files` tab, you can click <b>Add File</b> and select a file to upload. If the bucket is configured to accept the file type and size you are uploading, your file will be uploaded, and you will see the file in the list of files.
62+
<p>When you are in the <b>Files</b> tab, you can click <b>Add File</b> and select a file to upload. If the bucket is configured to accept the file type and size you are uploading, your file will be uploaded, and you will see the file in the list of files.
6363
</p>
6464

6565
<p>You can also upload files programmatically using our SDKs</p>

0 commit comments

Comments
 (0)