Skip to content

Commit

Permalink
Merge pull request #48 from Darko/master
Browse files Browse the repository at this point in the history
Removed extra dot on PropTypes.object
  • Loading branch information
xabikos authored Oct 7, 2018
2 parents a77653e + e86c4dc commit 3cb498e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ For example ```pta``` creates the ```PropTypes.array``` and ```ptar``` creates t
| `ptfr→` | `PropTypes.func.isRequired,` |
| `ptn→` | `PropTypes.number,` |
| `ptnr→` | `PropTypes.number.isRequired,` |
| `pto→` | `PropTypes.object.,` |
| `pto→` | `PropTypes.object,` |
| `ptor→` | `PropTypes.object.isRequired,` |
| `pts→` | `PropTypes.string,` |
| `ptsr→` | `PropTypes.string.isRequired,` |
Expand Down

0 comments on commit 3cb498e

Please sign in to comment.