From 3d7fbc05ea05037b961699c45bea22d522bd8f37 Mon Sep 17 00:00:00 2001 From: Skotch Vail Date: Sun, 8 Mar 2015 11:22:08 -0700 Subject: [PATCH] Fixed some misspellings that are propagating through our code --- ReactKit/Views/RCTShadowView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactKit/Views/RCTShadowView.h b/ReactKit/Views/RCTShadowView.h index 9a09bad4f..f869ca614 100644 --- a/ReactKit/Views/RCTShadowView.h +++ b/ReactKit/Views/RCTShadowView.h @@ -32,8 +32,8 @@ typedef void (^RCTApplierBlock)(RCTSparseArray *); @property (nonatomic, weak, readonly) RCTShadowView *superview; @property (nonatomic, assign, readonly) css_node_t *cssNode; @property (nonatomic, copy) NSString *moduleName; -@property (nonatomic, assign) BOOL isBGColorExplicitlySet; // Used to propogate to children -@property (nonatomic, strong) UIColor *backgroundColor; // Used to propogate to children +@property (nonatomic, assign) BOOL isBGColorExplicitlySet; // Used to propagate to children +@property (nonatomic, strong) UIColor *backgroundColor; // Used to propagate to children @property (nonatomic, assign) RCTUpdateLifecycle layoutLifecycle; /**