Explorar el Código

Title case capitalization OCD

Ryan Olson hace 11 años
padre
commit
4e096a2cd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Example/UICatalog/AAPLCatalogTableTableViewController.m

+ 1 - 1
Example/UICatalog/AAPLCatalogTableTableViewController.m

@@ -60,7 +60,7 @@
 
 
     // return it in viewControllerFutureBlock
-    [[FLEXManager sharedManager] registerGlobalEntryWithName:@"🛃  Custom superpowers"
+    [[FLEXManager sharedManager] registerGlobalEntryWithName:@"🛃  Custom Superpowers"
                                    viewControllerFutureBlock:^id{
                                        return viewController;
                                    }];