From de6e91fd7517af704cea65bdca71ed356c90539b Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Sun, 24 Jul 2022 05:36:00 +0800 Subject: [PATCH] Fix typo (#295) --- docs/backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backup.md b/docs/backup.md index 8f3a657..da3c579 100644 --- a/docs/backup.md +++ b/docs/backup.md @@ -13,7 +13,7 @@ As described in the installation docs, you should mount the `/etc/linkding/data` Below, we describe several methods to create a backup of the database: - Manual backup using the export function from the UI -- Create a copy of the SQLite databse with the SQLite backup function +- Create a copy of the SQLite database with the SQLite backup function - Create a plain textfile with the contents of the SQLite database with the SQLite dump function Choose the method that fits you best.