app: Fix grammar in developer documentation string

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2020-03-27 15:34:42 -07:00 committed by James Valleroy
parent d2993236e3
commit ec8702f848
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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.