From 0021670de2d85daee890c1c694cad5547db9cbb3 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 7 Nov 2017 15:26:08 +0000 Subject: [PATCH] Removed an unnecessary new-line --- content/docs/typechecking-with-proptypes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/docs/typechecking-with-proptypes.md b/content/docs/typechecking-with-proptypes.md index ffb3d96dc..1605af605 100644 --- a/content/docs/typechecking-with-proptypes.md +++ b/content/docs/typechecking-with-proptypes.md @@ -172,7 +172,6 @@ If you are using a Babel transform like [transform-class-properties](https://bab ```javascript class Greeting extends React.Component { - static defaultProps = { name: 'stranger' }