From 72875b0fcf0a24ac96fa7b67d290877ed0f364ec Mon Sep 17 00:00:00 2001 From: TJ Raklovits Date: Mon, 6 Apr 2026 07:46:12 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c5111c..84a8af1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Note that `arboard` may attempt to warn you about these conditions when compiled experience. Even if you don't see these warnings, you should double check the lifetime of the `Clipboard` in your code. In some cases, an environment may have a clipboard manager installed. These services monitor the clipboard contents and -do their best to retain a copy when needed to smooth over clipboard ownership changes. A clipboar manager can make contents +do their best to retain a copy when needed to smooth over clipboard ownership changes. A clipboard manager can make contents available even after a process previously owning it exits. In order to keep the contents around longer, make sure that you don't `Drop` your `Clipboard` object right away or