From 50914ce39bcc140c2fb5c24bd9f2e706ee9d2358 Mon Sep 17 00:00:00 2001 From: Ylarod Date: Wed, 13 Mar 2024 18:04:58 +0800 Subject: [PATCH] Fix typo (#1444) --- website/docs/guide/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guide/faq.md b/website/docs/guide/faq.md index b6c706bf..0fc7de1a 100644 --- a/website/docs/guide/faq.md +++ b/website/docs/guide/faq.md @@ -41,7 +41,7 @@ It is possible. But you should download the kernel source and intergrate KernelS It is device's kernel that affect KernelSU's compatability and it has nothing to do with Android version.The only restriction is that devices launched with Android 12 must be kernel 5.10+(GKI devices). So: 1. Devices launched with Android 12 must be supported. -2. Devices with has an old kernel (Some Android 12 devices is also old kernel) is compatible (You should build kernel yourself) +2. Devices which have an old kernel (Some Android 12 devices is also old kernel) are compatible (You should build kernel yourself) ## Can KernelSU support old kernel?