From b364d03b879117c9bd6c229685dab73a02745831 Mon Sep 17 00:00:00 2001 From: James Munson Date: Tue, 21 Nov 2023 11:28:16 -0700 Subject: [PATCH] Fix typo Signed-off-by: James Munson --- .../backup-and-restore/set-backup-target.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/1.6.0/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.6.0/snapshots-and-backups/backup-and-restore/set-backup-target.md index 3e0074d1d..b0fa05c6c 100644 --- a/content/docs/1.6.0/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.6.0/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -349,7 +349,7 @@ Then, navigate to Longhorn UI > Setting > General > Backup ``` cifs://longhorn-test-cifs-svc.default/backupstore ``` - As wtih NFS, it is possible to override the client mount options by extending the URL with "cifsOptions." For example, + As with NFS, it is possible to override the client mount options by extending the URL with "cifsOptions." For example, ``` cifs://longhorn-test-cifs-svc.default/backupstore?cifsOptions=rsize=65536,wsize=65536,soft ```