Skip to content
New issue

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

[📖 Docs]: } added after method names in INFO panels #12667

Closed
2 tasks done
mikesalvia opened this issue Apr 10, 2024 · 4 comments · Fixed by #12777
Closed
2 tasks done

[📖 Docs]: } added after method names in INFO panels #12667

mikesalvia opened this issue Apr 10, 2024 · 4 comments · Fixed by #12777
Labels
Docs 📖 help wanted Issues that are free to take by anyone interested

Comments

@mikesalvia
Copy link
Contributor

Pre-check

  • I know I can edit the docs but prefer to file this issue

Describe the improvement

A typo

Description of the improvement / report

Screenshot 2024-04-10 at 12 06 21 PM

I know I can edit the documentation but I have no idea where to look for where to make the change.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mikesalvia mikesalvia added Docs 📖 Needs Triaging ⏳ No one has looked into the issue yet labels Apr 10, 2024
@mikesalvia
Copy link
Contributor Author

@christian-bromann If you can point me to the right direction I can submit a PR!

@erwinheitzman
Copy link
Member

@mikesalvia you can find that here scripts/templates/template.eta

@christian-bromann
Copy link
Member

@mikesalvia you can find it here:

<% if (it.alternativeCommands && it.alternativeCommands.length) { %>
:::info
This protocol command is embedded in the following convenient method<%= it.alternativeCommands.length > 1 ? 's' : '' %>: <%= it.alternativeCommands.map((command) => `[${command.split('/').pop()}}](/docs/api/${command})`).join(', ') %>. It is recommended to use <%= it.alternativeCommands.length > 1 ? 'these commands' : 'this command' %> instead.
:::
<% } %>

@christian-bromann christian-bromann added help wanted Issues that are free to take by anyone interested and removed Needs Triaging ⏳ No one has looked into the issue yet labels Apr 10, 2024
@wdio-bot
Copy link
Contributor

Thanks for reporting!

We greatly appreciate any contributions that help resolve the bug. While we understand that active contributors have their own priorities, we kindly request your assistance if you rely on this bug being fixed. We encourage you to take a look at our contribution guidelines or join our friendly Discord development server, where you can ask any questions you may have. Thank you for your support, and cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs 📖 help wanted Issues that are free to take by anyone interested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants