From ec8702f8485ab9d91b3b898cd45b91dd269877c0 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 27 Mar 2020 15:34:42 -0700 Subject: [PATCH] app: Fix grammar in developer documentation string Signed-off-by: Joseph Nuthalapati Reviewed-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/app.py b/plinth/app.py index 750f4033d..8636d2ec3 100644 --- a/plinth/app.py +++ b/plinth/app.py @@ -11,7 +11,7 @@ class App: An app is composed of components which actually performs various tasks. App itself delegates tasks for individual components. Applications can show a - variation their behavior by choosing which components to have and by + variation in their behavior by choosing which components to have and by customizing the components themselves. 'app_id' property of the app must be a string that is a globally unique ID.