From 24c26c6d446e2abfb1a11d42a34339f5ef1c7efe Mon Sep 17 00:00:00 2001 From: theaeonsolution <31832290+theaeonsolution@users.noreply.github.com> Date: Sat, 27 Jun 2020 21:56:52 -0500 Subject: [PATCH] fix typo --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 881ebde2..9ffbf247 100644 --- a/static/index.html +++ b/static/index.html @@ -96,7 +96,7 @@ in the GrapheneOS project. The needs of the upstream projects are often different from ours, so they'll often reimplement the features in a more flexible way. We've almost always been able to move to using the upstream features and even when we still need - our our implementation it helps to have the concepts/restrictions considered by the + our own implementation it helps to have the concepts/restrictions considered by the upstream project and apps needing to be compatible with it. Getting features upstream often leads to an improved user experience and app compatibility.