From e86c4dca12a6dc6e43770f2ac51d1555efde6791 Mon Sep 17 00:00:00 2001 From: Darko Efremov Date: Wed, 11 Jul 2018 13:22:23 +0200 Subject: [PATCH] Fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,` |