From b5c02ef7563a9bb6c00572750a5697fa727eec09 Mon Sep 17 00:00:00 2001 From: Maciek Sakrejda Date: Sun, 17 Dec 2023 14:37:35 -0800 Subject: [PATCH] Fix typo in 2023-11-06-automerge-repo.md --- blog/2023-11-06-automerge-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-11-06-automerge-repo.md b/blog/2023-11-06-automerge-repo.md index 6c8840dd..6b08ccbb 100644 --- a/blog/2023-11-06-automerge-repo.md +++ b/blog/2023-11-06-automerge-repo.md @@ -77,7 +77,7 @@ The main methods on Repo are `find(url)` and `create()`, both of which return a ### Handle & Automerge URLs -A `DocHandle` is a reference to an Automerge document that a `Repo` syncs and stores . The `Repo` instance saves any changes you make to the document and syncs with connected peers. Likewise, you can listen over the network for to a `Repo` for any changes it received. +A `DocHandle` is a reference to an Automerge document that a `Repo` syncs and stores . The `Repo` instance saves any changes you make to the document and syncs with connected peers. Likewise, you can listen over the network to a `Repo` for any changes it received. Each `DocHandle` has a `.url` property. This is a string which uniquely identifies a document in the form `automerge:`. Once you have a URL you can use it to request the document from other peers.