We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It took me a bit to identify that addStep is returning a Tour, and not a Step, due to the following in the documentation:
addStep
Tour
Step
and
I would submit a PR correcting the documentation, except that I prefer the opposite behavior of addStep.
The text was updated successfully, but these errors were encountered:
This has been mentioned a couple times. There is an issue here #165. I think we should go ahead and return the step, so I will get that merged in now.
Sorry, something went wrong.
No branches or pull requests
It took me a bit to identify that
addStep
is returning aTour
, and not aStep
, due to the following in the documentation:and
I would submit a PR correcting the documentation, except that I prefer the opposite behavior of
addStep
.The text was updated successfully, but these errors were encountered: