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

Commit 6b17f2f

Browse files
authored
Merge pull request #259 from appwrite/fix-storage-formating
Fixed broken bold tags in storage.phtml
2 parents f19577f + 7603617 commit 6b17f2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/docs/storage.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<h4><a href="/docs/storage#permission" id="permission">Permissions</a></h4>
1515

16-
<p>The Storage Service allows you to configure permissions at both the bucket level and the file level. When a user has the appropriate type of <a href="/docs/permissions/">access permissions</a> granted at **either** the bucket or the file level, they will be able to access the file. If the permission field is left empty, no one can access the file.</p>
16+
<p>The Storage Service allows you to configure permissions at both the bucket level and the file level. When a user has the appropriate type of <a href="/docs/permissions/">access permissions</a> granted at <b>either</b> the bucket or the file level, they will be able to access the file. If the permission field is left empty, no one can access the file.</p>
1717

1818
<h5>File Level Permissions</h5>
1919
<p>File level permissions grant access to individual files. File level permissions are only enabled if File Security is enabled in the settings of your bucket.
@@ -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)