Skip to content

Commit

Permalink
Wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
Slumber86 committed May 4, 2017
1 parent 48a397e commit 79415f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const propTypes = {
foo: PropTypes.bar,
};

import {React, PropTypes} from 'react';
import React, { PropTypes } from 'react';
```

The following patterns are not considered warnings:
Expand Down

0 comments on commit 79415f1

Please sign in to comment.