From 68c1ca8c83175df0efa7eeec09aa8cbad690dadc Mon Sep 17 00:00:00 2001 From: Alex Yancey Date: Sun, 12 Jan 2025 21:52:15 -0800 Subject: [PATCH] chore: fix typo in readme.md (#637) --- docs/content/0.index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/0.index.md b/docs/content/0.index.md index fd3b0a76..865aded4 100644 --- a/docs/content/0.index.md +++ b/docs/content/0.index.md @@ -30,7 +30,7 @@ Backrest is a web-accessible backup solution built on top of [restic](https://re ::list - Import your existing restic repositories - Cron scheduled backups and health operations (e.g. prune and forget) - - UI for browing and restoring files from snapshots + - UI for browsing and restoring files from snapshots - Configurable backup notifications (e.g. Discord, Slack, Shoutrrr, Gotify) - Add shell command hooks to run before and after backup operations. - Compatible with rclone remotes @@ -70,4 +70,4 @@ services: - 9898:9898 ``` :: -:: \ No newline at end of file +::