From 5b90a5f0609e386f824d662c0ca919998f44364f Mon Sep 17 00:00:00 2001 From: zalnars <53659756+zalnaRs@users.noreply.github.com> Date: Tue, 12 Mar 2024 06:15:03 +0100 Subject: [PATCH] Fix typos (#1443) --- 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 9e5fdf30..b6c706bf 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 compatable (You should build kernel yourself) +2. Devices with has an old kernel (Some Android 12 devices is also old kernel) is compatible (You should build kernel yourself) ## Can KernelSU support old kernel?