Skip to content

Commit

Permalink
Fixed typo (fixes #120)
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker authored Aug 31, 2016
1 parent 3e9728c commit 20fb9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public class MainIntroActivity extends IntroActivity{
}
});

/* Add a listener to detect ehen users try to go to a page they can't go to */
/* Add a listener to detect when users try to go to a page they can't go to */
addOnNavigationBlockedListener(new OnNavigationBlockedListener() {
@Override
public void onNavigationBlocked(int position, int direction) {
Expand Down

0 comments on commit 20fb9c4

Please sign in to comment.