From 3db73826eee1fbd418c1cfc74b1dff40ae0738ff Mon Sep 17 00:00:00 2001 From: patrickLindell Date: Tue, 13 Feb 2018 13:40:33 +0100 Subject: [PATCH] Fixed typo in readme.md The hideNext intro.js option was mistakenly called hideNextl in the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ee078..954928e 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ The wrapper overrides some Intro.js default options in the `helpers/defaultProps | `skipLabel` | Skip button label. | String | | `doneLabel` | Done button label. | String | | `hidePrev` | Hides the Previous button in the first step. | Boolean | -| `hideNextl` | Hide the Next button in the last step. | Boolean | +| `hideNext` | Hide the Next button in the last step. | Boolean | | `tooltipPosition` | Position of the tooltips. | String | | `tooltipClass` | CSS class of the tooltips. | String | | `highlightClass` | CSS class of the helperLayer. | String |