diff --git a/concept_lessons/_android_introduction.html.md b/concept_lessons/_android_introduction.html.md
index 1372ecc..5b779e7 100644
--- a/concept_lessons/_android_introduction.html.md
+++ b/concept_lessons/_android_introduction.html.md
@@ -34,7 +34,7 @@ This is usually referred to as the launcher Activity or the main Activity too.
As a developer, Activity is a Java class file where you write the logic. Activity does not include the UI. Rather, one of the things you need to write in your Activity logic is - which UI to show.