Skip to content

Commit

Permalink
Small fix on the documentation pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 23, 2024
1 parent 0d43910 commit 0e7fb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentations/src/views/Database.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

<b class="mt-4 mb-2 d-block border-bottom fw-bold">Database: Delete</b>
<p>Delete a whole database by a specified name.</p>
<pre class="bg-secondary border-gray border rounded p-2">api/index.php?action=db_write</pre>
<pre class="bg-secondary border-gray border rounded p-2">api/index.php?action=db_delete</pre>
<div class="alert alert-danger">
<p class="mb-0">This action cannot be reversed.</p>
</div>
Expand Down

0 comments on commit 0e7fb7d

Please sign in to comment.