From db4bad0f56e99d3ba2a19f77a438f39a74dc6a7b Mon Sep 17 00:00:00 2001 From: faukah Date: Mon, 25 May 2026 10:37:12 +0200 Subject: [PATCH] docs: fix typo --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 97ef93bf..59801628 100644 --- a/BUILD.md +++ b/BUILD.md @@ -39,7 +39,7 @@ Quickshell has a set of base dependencies you will always need, names vary by di - `pkg-config` (build-time) - `cli11` (static library) -Quickshell relies on private Qt APIs and **MUST** be rebuilt against the each Qt release +Quickshell relies on private Qt APIs and **MUST** be rebuilt against each Qt release or crashes via ABI mismatches will occur. Build time dependencies and static libraries don't have to exist at runtime,