From 6af2480008b2984fe93f40cb7d18dd5d10a44a38 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 9e5fdf30788d..b6c706bfe1eb 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?