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

Commit b3691df

Browse files
Merge pull request #244 from appwrite/fix-permissions-docs
Fix broken paragraph tag on permissions docs
2 parents 4159fbf + c73f449 commit b3691df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/docs/permissions.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>Appwrite permission mechanism offers a simple, yet flexible way to manage which users, teams, or roles can access a specific resource in your project, like documents and files.</p>
22

3-
p>Using permissions, you can decide that only <span class="tag">user A</span> and <span class="tag">user B</span> will have read and update access to a specific database document, while <span class="tag">user C</span> and <span class="tag">team X</span> will be the only ones with delete access.</p>
3+
<p>Using permissions, you can decide that only <span class="tag">user A</span> and <span class="tag">user B</span> will have read and update access to a specific database document, while <span class="tag">user C</span> and <span class="tag">team X</span> will be the only ones with delete access.</p>
44

55
<p>As the name suggests, read permission allows a user to read a resource, create allows users to create new resources, update allows a user to make changes to a resource, and delete allows the user to remove the resource.</p>
66

@@ -167,4 +167,4 @@ promise.then(function (response) {
167167
}, function (error) {
168168
console.log(error);
169169
});</code></pre>
170-
</div>
170+
</div>

0 commit comments

Comments
 (0)