summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-11-08 18:13:27 +0200
committerJF <JF002@users.noreply.github.com>2021-11-28 13:42:37 +0100
commit3375c4e18764cd0ed1be8898a21695ff60540b22 (patch)
tree582a728b50a5cba65c661e3247622f1d3efcd176 /doc
parentc12fc5e3132f88e2b134f9feed70a8bc1cae5e7f (diff)
Add missing periods
Diffstat (limited to 'doc')
-rw-r--r--doc/code/Apps.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/code/Apps.md b/doc/code/Apps.md
index b8e4a3f4..b1c7d20e 100644
--- a/doc/code/Apps.md
+++ b/doc/code/Apps.md
@@ -5,8 +5,8 @@ This page will teach you:
## Theory
-The user interface of InfiniTime is made up of **screens**
-Screens that are opened from the app launcher are considered **apps**
+The user interface of InfiniTime is made up of **screens**.
+Screens that are opened from the app launcher are considered **apps**.
Every app in InfiniTime is it's own class.
An instance of the class is created when the app is launched and destroyed when the user exits the app.
They run inside the "displayapp" task (briefly discussed [here](./Intro.md)).