Skip to content

Commit 907eee3

Browse files
author
masterrr
committed
fix typo
1 parent 810457b commit 907eee3

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)