diff --git a/README.md b/README.md index afca872..e7ffbf4 100644 --- a/README.md +++ b/README.md @@ -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,` |