From 3442648afe30bcdd24145b0de2e18f9e762f2c96 Mon Sep 17 00:00:00 2001 From: lunar-me Date: Thu, 30 Jul 2026 14:32:39 +1200 Subject: [PATCH] docs: fix 'lowlevel' spelling to 'low-level' in libs/clipboard/README.md (#15712) Co-authored-by: pi --- libs/clipboard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/clipboard/README.md b/libs/clipboard/README.md index ee3d31ae2..5bac6558b 100644 --- a/libs/clipboard/README.md +++ b/libs/clipboard/README.md @@ -1,7 +1,7 @@ # clipboard Copy files and text through network. -Main lowlevel logic from [FreeRDP](https://github.com/FreeRDP/FreeRDP). +Main low-level logic from [FreeRDP](https://github.com/FreeRDP/FreeRDP). To enjoy file copy and paste feature on Linux/OSX, please build with `unix-file-copy-paste` feature.