From 39aebd62504c4ad50389055a3ad9b360db740c57 Mon Sep 17 00:00:00 2001 From: yamlyeti <159764443+yamlyeti@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:02:24 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 192cc10..a4fa063 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ couchdb _changes feeds. Saves the sequence ID in an atomic way, so that it doesn't clobber the file if it crashes mid-save. Only does a single save at a time, so -you can bang on it repeatedy, and it'll avoid doing unnecessary file +you can bang on it repeatedly, and it'll avoid doing unnecessary file IO or weird cases where two writes cross paths in odd ways. ## USAGE