Skip to content

Commit c2638e8

Browse files
committed
Merge pull request #102 from masterrr/master
fix typo
2 parents 810457b + 907eee3 commit c2638e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Setup
3333
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
3434
{
3535
LeftMenuViewController *leftMenu = [[LeftMenuViewController alloc] init];
36-
RightMenuViewController *righMenu = [[RightMenuViewController alloc] init];
36+
RightMenuViewController *rightMenu = [[RightMenuViewController alloc] init];
3737
38-
[SlideNavigationController sharedInstance].righMenu = rightMenu;
38+
[SlideNavigationController sharedInstance].rightMenu = rightMenu;
3939
[SlideNavigationController sharedInstance].leftMenu = leftMenu;
4040
4141
// Override point for customization after application launch.

0 commit comments

Comments
 (0)