Skip to content

Commit 8acdccd

Browse files
authored
Fix typo, "passwod" -> "password"
1 parent 8d5c50b commit 8acdccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-13/5-multiple-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ When first started, the program should display the first view.
104104

105105
<!-- Tutustutaan seuraavaksi kaksi erillistä näkymää sisältävään esimerkkiin. Ensimmäisessä näkymässä käyttäjää pyydetään syöttämään salasana. Jos käyttäjä kirjoittaa väärän salasanan, väärästä salasanasta ilmoitetaan. Jos käyttäjä kirjoittaa oikean salasanan, ohjelma vaihtaa seuraavaan näkymään. Ohjelman toiminta on seuraavanlainen. -->
106106

107-
Let's get familiar with an example containing two different views. In the first view user is asked to input a password. If the user types a wrong password, the application informs the user about the mistake. If the user types the correct passwod, the application switches to the next view. The program functions as follows:
107+
Let's get familiar with an example containing two different views. In the first view user is asked to input a password. If the user types a wrong password, the application informs the user about the mistake. If the user types the correct password, the application switches to the next view. The program functions as follows:
108108

109109

110110
<img src="../img/material/gui-salasana.gif" />

0 commit comments

Comments
 (0)