From 1791ed908ccf1591967e3743063d578ea18ac949 Mon Sep 17 00:00:00 2001 From: taivlam <47955724+taivlam@users.noreply.github.com> Date: Tue, 17 Aug 2021 22:41:06 +0000 Subject: [PATCH] Improve Wording Improve wording, change from "Nor ... nor" form to "Neither ... nor" --- docs/building/building-archlinux-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building/building-archlinux-template.md b/docs/building/building-archlinux-template.md index 7be42f7..af4e3b7 100644 --- a/docs/building/building-archlinux-template.md +++ b/docs/building/building-archlinux-template.md @@ -352,7 +352,7 @@ make[1]: *** [Makefile:64: rootimg-build] Error 1 ``` The xorg-server package was probably updated to a version greater than 1.20.7. Let's search what is the current version of xorg-server... Currently, it is **1.20.7-1**. -Nor a fix nor a minor version change is likely to break things. +Neither a fix nor a minor version change is likely to break things. So let's find the dependency for "**xorg-server<1.20.7**" and change it to "**xorg-server<1.21**". > **rg stands for [ripgrep](https://github.com/BurntSushi/ripgrep), an alternative to GNU grep.**