From 829d9b32340b1b4a81b3d595592fda5c7d6f7fb9 Mon Sep 17 00:00:00 2001 From: swissums Date: Tue, 24 Feb 2015 19:24:10 +0100 Subject: [PATCH] Update Activity Button The button was spelled acitivity Which is a wrong spelling anyways --- concept_lessons/_android_introduction.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
- <%= link_to "Go to hands on tutorial on Acitivity", app_tutorial_module_with_token_path("twitter", LessonModule.find_by_lesson_number(4).lesson.token), class: "btn btn-success btn-large" %> + <%= link_to "Go to hands on tutorial on Activity", app_tutorial_module_with_token_path("twitter", LessonModule.find_by_lesson_number(4).lesson.token), class: "btn btn-success btn-large" %>
## User Interface / Views