Skip to content

Commit 86ceec0

Browse files
committed
Fixing typo in API documentation for _previousStep() method
1 parent 6b8e9b3 commit 86ceec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
* Go to previous step on intro
339339
*
340340
* @api private
341-
* @method _nextStep
341+
* @method _previousStep
342342
*/
343343
function _previousStep() {
344344
this._direction = 'backward';

0 commit comments

Comments
 (0)