From 24c6bb4227adf88498f4d012a46365ed7975264f Mon Sep 17 00:00:00 2001 From: Nick Pisacane Date: Fri, 14 Apr 2017 20:25:22 -0700 Subject: [PATCH] fix propType misspell in header.jsx --- src/ui/box/header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/box/header.jsx b/src/ui/box/header.jsx index 798ae9f5b..9fa1497e1 100644 --- a/src/ui/box/header.jsx +++ b/src/ui/box/header.jsx @@ -111,7 +111,7 @@ class Background extends React.Component { } Background.propTypes = { - backgorundColor: React.PropTypes.string, + backgroundColor: React.PropTypes.string, grayScale: React.PropTypes.bool, imageUrl: React.PropTypes.string }