From f0d2766f48e3539100a9c3c88b1c6bbb2339c456 Mon Sep 17 00:00:00 2001 From: David Angel Date: Mon, 10 Oct 2022 22:06:27 -0400 Subject: [PATCH] Fix typo in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ae3b27..ca50f9a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This is yet another unofficial sync plugin for Obsidian. If you like it or find ## Limitations -- **To support deltions sync, extra metadata will also be uploaded.** See [Minimal Intrusive](./docs/minimal_intrusive_design.md). +- **To support deletions sync, extra metadata will also be uploaded.** See [Minimal Intrusive](./docs/minimal_intrusive_design.md). - **No Conflict resolution. No content-diff-and-patch algorithm.** All files and folders are compared using their local and remote "last modified time" and those with later "last modified time" wins. - **Cloud services cost you money.** Always be aware of the costs and pricing. Specifically, all the operations, including but not limited to downloading, uploading, listing all files, calling any api, storage sizes, may or may not cost you money. - **Some limitations from the browser environment.** More technical details are [in the doc](./docs/browser_env.md).