From 2bbbd569c5d8669f72b05494fd8141b871be915a Mon Sep 17 00:00:00 2001 From: fyears Date: Sat, 4 Dec 2021 01:11:17 +0800 Subject: [PATCH] fix typo --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index b9989a3..2fa6ed0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -599,7 +599,7 @@ class RemotelySaveSettingTab extends PluginSettingTab { cls: "dropbox-disclaimer", }); dropboxDiv.createEl("p", { - text: "We will create a folder App/obsidian-remotely-save on your Dropbox. All files/folders sync would happen inside this folder.", + text: "We will create a folder Apps/obsidian-remotely-save on your Dropbox. All files/folders sync would happen inside this folder.", }); const dropboxSelectAuthDiv = dropboxDiv.createDiv();