From 31153e4366edf396e02cb691eee1d185b5ced1ad Mon Sep 17 00:00:00 2001 From: Nathan Muccino Date: Wed, 23 Oct 2019 18:05:21 -0400 Subject: [PATCH] Minor grammatical changes The plural form of the words 'documentation' and 'following' are used very rarely if ever and I don't believe that they should be used in this particular context. --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5f1763509..6d1732db5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -# Magisk Documentations +# Magisk Documentation (Updated on 2019.9.19) - [Installation](install.md) @@ -6,7 +6,7 @@ - [OTA Installation](tutorials.md#ota-installation) - [Best Practices for MagiskHide](tutorials.md#best-practices-for-magiskhide) -The followings are for developers +The following sections are for developers - [Magisk Details](details.md) - [Magisk Tools](tools.md)